Bike-X
0.8
|
#include "OVR_Types.h"
#include "OVR_Allocator.h"
#include "OVR_UTF8Util.h"
#include "OVR_Atomic.h"
#include "OVR_Std.h"
#include "OVR_Alg.h"
Go to the source code of this file.
Data Structures | |
class | OVR::String |
struct | OVR::String::DataDesc |
union | OVR::String::DataDescUnion |
struct | OVR::String::NoConstructor |
struct | OVR::String::InitStruct |
struct | OVR::String::NoCaseKey |
struct | OVR::String::HashFunctor |
struct | OVR::String::NoCaseHashFunctor |
class | OVR::StringBuffer |
class | OVR::StringDataPtr |
struct | OVR::StringDataPtr::HashFunctor |
Namespaces | |
OVR | |
union OVR::String::DataDescUnion |
Definition at line 114 of file OVR_String.h.
Data Fields | ||
---|---|---|
UPInt | HeapTypeBits | |
DataDesc * | pData |
struct OVR::String::NoConstructor |