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

Trait class for size of variable length data items (std::string). More...

#include <threaddbSTLWrapper.h>

Public Member Functions

 size_ ()
 
 size_ (const std::string &rS_p)
 
uint32_t size () const
 

Public Attributes

uint32_t m_size
 

Detailed Description

template<>
struct tdb::size_< std::string >

Trait class for size of variable length data items (std::string).

Constructor & Destructor Documentation

◆ size_() [1/2]

tdb::size_< std::string >::size_ ( )
inline

◆ size_() [2/2]

tdb::size_< std::string >::size_ ( const std::string &  rS_p)
inline

Member Function Documentation

◆ size()

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

Member Data Documentation

◆ m_size

uint32_t tdb::size_< std::string >::m_size

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