xmltooling  1.5.6
xmltooling::StorageService::Capabilities Class Reference

Public Member Functions

 Capabilities (unsigned int contextSize, unsigned int keySize, unsigned int stringSize)
 Constructor. More...
 
unsigned int getContextSize () const
 Returns max size of context labels in characters. More...
 
unsigned int getKeySize () const
 Returns max size of keys in characters. More...
 
unsigned int getStringSize () const
 Returns max size of string values in characters. More...
 

Constructor & Destructor Documentation

xmltooling::StorageService::Capabilities::Capabilities ( unsigned int  contextSize,
unsigned int  keySize,
unsigned int  stringSize 
)

Constructor.

Parameters
contextSizemax size of context labels in characters
keysizemax size of keys in characters
stringSizemax size of string values in characters

Member Function Documentation

unsigned int xmltooling::StorageService::Capabilities::getContextSize ( ) const

Returns max size of context labels in characters.

Returns
max size of context labels in characters
unsigned int xmltooling::StorageService::Capabilities::getKeySize ( ) const

Returns max size of keys in characters.

Returns
max size of keys in characters
unsigned int xmltooling::StorageService::Capabilities::getStringSize ( ) const

Returns max size of string values in characters.

Returns
max size of string values in characters

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