Anoncoin  0.9.4
P2P Digital Currency
Public Member Functions | Protected Attributes | List of all members
LimitedString< Limit > Class Template Reference

#include <serialize.h>

Public Member Functions

 LimitedString (std::string &string)
 
template<typename Stream >
void Unserialize (Stream &s, int, int=0)
 
template<typename Stream >
void Serialize (Stream &s, int, int=0) const
 
unsigned int GetSerializeSize (int, int=0) const
 

Protected Attributes

std::string & string
 

Detailed Description

template<size_t Limit>
class LimitedString< Limit >

Definition at line 378 of file serialize.h.

Constructor & Destructor Documentation

template<size_t Limit>
LimitedString< Limit >::LimitedString ( std::string &  string)
inline

Definition at line 383 of file serialize.h.

Member Function Documentation

template<size_t Limit>
unsigned int LimitedString< Limit >::GetSerializeSize ( int  ,
int  = 0 
) const
inline

Definition at line 405 of file serialize.h.

Here is the call graph for this function:

template<size_t Limit>
template<typename Stream >
void LimitedString< Limit >::Serialize ( Stream &  s,
int  ,
int  = 0 
) const
inline

Definition at line 398 of file serialize.h.

Here is the call graph for this function:

template<size_t Limit>
template<typename Stream >
void LimitedString< Limit >::Unserialize ( Stream &  s,
int  ,
int  = 0 
)
inline

Definition at line 386 of file serialize.h.

Here is the call graph for this function:

Member Data Documentation

template<size_t Limit>
std::string& LimitedString< Limit >::string
protected

Definition at line 381 of file serialize.h.


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