bes Updated for version 3.21.1
The Backend Server (BES) is the lower two tiers of the Hyrax data server
GenericValue< Encoding, Allocator >::ShortString Struct Reference
Collaboration diagram for GenericValue< Encoding, Allocator >::ShortString:
Collaboration graph

Public Types

enum  { MaxChars = sizeof(static_cast<Flag*>(0)->payload) / sizeof(Ch) , MaxSize = MaxChars - 1 , LenPos = MaxSize }
 

Public Member Functions

SizeType GetLength () const
 
void SetLength (SizeType len)
 

Static Public Member Functions

static bool Usable (SizeType len)
 

Public Attributes

Ch str [MaxChars]
 

Detailed Description

template<typename Encoding, typename Allocator = RAPIDJSON_DEFAULT_ALLOCATOR>
struct GenericValue< Encoding, Allocator >::ShortString

Definition at line 2049 of file document.h.

Member Enumeration Documentation

◆ anonymous enum

template<typename Encoding, typename Allocator = RAPIDJSON_DEFAULT_ALLOCATOR>
anonymous enum

Definition at line 2050 of file document.h.

Member Function Documentation

◆ GetLength()

template<typename Encoding, typename Allocator = RAPIDJSON_DEFAULT_ALLOCATOR>
SizeType GenericValue< Encoding, Allocator >::ShortString::GetLength ( ) const
inline

Definition at line 2055 of file document.h.

◆ SetLength()

template<typename Encoding, typename Allocator = RAPIDJSON_DEFAULT_ALLOCATOR>
void GenericValue< Encoding, Allocator >::ShortString::SetLength ( SizeType len)
inline

Definition at line 2054 of file document.h.

◆ Usable()

template<typename Encoding, typename Allocator = RAPIDJSON_DEFAULT_ALLOCATOR>
static bool GenericValue< Encoding, Allocator >::ShortString::Usable ( SizeType len)
inlinestatic

Definition at line 2053 of file document.h.

Member Data Documentation

◆ str

template<typename Encoding, typename Allocator = RAPIDJSON_DEFAULT_ALLOCATOR>
Ch GenericValue< Encoding, Allocator >::ShortString::str[MaxChars]

Definition at line 2051 of file document.h.


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