threaddb  2.0
A file mapped memory container extension
Public Member Functions | List of all members
tdb::tostream< std::string > Class Template Reference

Converter of variable length data items into byte stream representation. More...

#include <threaddbSTLWrapper.h>

Public Member Functions

 tostream (const std::string &rVal_p)
 
 tostream (const std::string &rVal_p, size_< std::string > size_p)
 
 ~tostream ()
 
const char * get () const
 
uint32_t size () const
 

Detailed Description

template<>
class tdb::tostream< std::string >

Converter of variable length data items into byte stream representation.

Constructor & Destructor Documentation

◆ tostream() [1/2]

tdb::tostream< std::string >::tostream ( const std::string &  rVal_p)
inline

◆ tostream() [2/2]

tdb::tostream< std::string >::tostream ( const std::string &  rVal_p,
size_< std::string >  size_p 
)
inline

◆ ~tostream()

tdb::tostream< std::string >::~tostream ( )
inline

Member Function Documentation

◆ get()

const char* tdb::tostream< std::string >::get ( ) const
inline

◆ size()

uint32_t tdb::tostream< std::string >::size ( ) const
inline

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