Assimp  v3.1.1 (June 2014)
GenericValue< Encoding, Allocator >::ShortString Struct Reference

Public Types

enum  { MaxChars = sizeof(String) / 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]
 

Member Enumeration Documentation

template<typename Encoding, typename Allocator>
anonymous enum
Enumerator
MaxChars 
MaxSize 
LenPos 

Member Function Documentation

template<typename Encoding, typename Allocator>
SizeType GenericValue< Encoding, Allocator >::ShortString::GetLength ( ) const
inline
template<typename Encoding, typename Allocator>
void GenericValue< Encoding, Allocator >::ShortString::SetLength ( SizeType  len)
inline
template<typename Encoding, typename Allocator>
static bool GenericValue< Encoding, Allocator >::ShortString::Usable ( SizeType  len)
inlinestatic

Member Data Documentation

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

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