SHOGUN  v3.0.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
List of all members | Public Member Functions | Public Attributes
SGString< T > Class Template Reference

Detailed Description

template<class T>
class shogun::SGString< T >

shogun string

Definition at line 26 of file SGString.h.

Public Member Functions

 SGString ()
 SGString (T *s, index_t l, bool free_s=false)
 SGString (SGVector< T > v)
 SGString (index_t len, bool free_s=false)
 SGString (const SGString &orig)
bool operator== (const SGString &other) const
void free_string ()
void destroy_string ()
SGString< T > get ()
void load (CFile *loader)
void save (CFile *saver)

Public Attributes

T * string
index_t slen
bool do_free

Constructor & Destructor Documentation

SGString ( )

default constructor

Definition at line 9 of file SGString.cpp.

SGString ( T *  s,
index_t  l,
bool  free_s = false 
)

constructor for setting params

Definition at line 12 of file SGString.cpp.

SGString ( SGVector< T >  v)

constructor for setting params from a SGVector

Definition at line 16 of file SGString.cpp.

SGString ( index_t  len,
bool  free_s = false 
)

constructor to create new string in memory

Definition at line 20 of file SGString.cpp.

SGString ( const SGString< T > &  orig)

copy constructor

Definition at line 27 of file SGString.cpp.

Member Function Documentation

void destroy_string ( )

destroy string

Definition at line 57 of file SGString.cpp.

void free_string ( )

free string

Definition at line 46 of file SGString.cpp.

SGString<T> get ( )

get the string (no copying is done here)

Returns
the refcount increased string

Definition at line 58 of file SGString.h.

void load ( CFile loader)

load string from file

Parameters
loaderFile object via which to load data

Definition at line 63 of file SGString.cpp.

bool operator== ( const SGString< T > &  other) const

equality operator

Definition at line 31 of file SGString.cpp.

void save ( CFile saver)

save string to file

Parameters
saverFile object via which to save data

Definition at line 74 of file SGString.cpp.

Member Data Documentation

bool do_free

whether string needs to be freed

Definition at line 81 of file SGString.h.

index_t slen

length of string

Definition at line 79 of file SGString.h.

T* string

string

Definition at line 77 of file SGString.h.


The documentation for this class was generated from the following files:

SHOGUN Machine Learning Toolbox - Documentation