fio_String< _REL_FILE > Class Template Reference
[G_new_group]

#include <fio_String.h>

Inheritance diagram for fio_String< _REL_FILE >:

Inheritance graph
[legend]
Collaboration diagram for fio_String< _REL_FILE >:

Collaboration graph
[legend]

List of all members.


Detailed Description

template<fio_VarLenRFT ** _REL_FILE>
class fio_String< _REL_FILE >

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_Stringoperator= (const string &s)

Constructor & Destructor Documentation

template<fio_VarLenRFT ** _REL_FILE>
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     };
/*----------------------------------------------------------------------------//

template<fio_VarLenRFT ** _REL_FILE>
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     };
//----------------------------------------------------------------------------//

template<fio_VarLenRFT ** _REL_FILE>
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     };
/*----------------------------------------------------------------------------//


Member Function Documentation

template<fio_VarLenRFT ** _REL_FILE>
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     };


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

Generated on Mon Feb 27 19:17:32 2012 for OPENARCHIVE by  doxygen 1.5.6