#include <fio_String.h>


Definition at line 34 of file fio_String.h.
Public Member Functions | |
| fio_String () | |
| fio_String (const string &a_name) | |
| fio_String (UInt8_t a_vectorSize, ivd_RecordIDX_t a_vectorIndex) | |
| Get string from database. | |
| fio_String & | operator= (const string &s) |
| fio_String< _REL_FILE >::fio_String | ( | ) | [inline] |
Definition at line 36 of file fio_String.h.
00037 : 00038 fio_BasicString(**_REL_FILE, "") 00039 { 00040 // Empty 00041 }; /*----------------------------------------------------------------------------//
| fio_String< _REL_FILE >::fio_String | ( | const string & | a_name | ) | [inline, explicit] |
Definition at line 50 of file fio_String.h.
00051 : 00052 fio_BasicString(**_REL_FILE, a_name) 00053 { 00054 // Empty 00055 }; //----------------------------------------------------------------------------//
| fio_String< _REL_FILE >::fio_String | ( | UInt8_t | a_vectorSize, | |
| ivd_RecordIDX_t | a_vectorIndex | |||
| ) | [inline] |
Get string from database.
Definition at line 58 of file fio_String.h.
00060 : 00061 fio_BasicString(**_REL_FILE, a_vectorSize, a_vectorIndex) 00062 { 00063 // Empty 00064 }; /*----------------------------------------------------------------------------//
| fio_String& fio_String< _REL_FILE >::operator= | ( | const string & | s | ) | [inline] |
Reimplemented from fio_BasicString.
Definition at line 69 of file fio_String.h.
00069 { 00070 fio_BasicString::operator=(s); 00071 return *this; 00072 };
1.5.6