Om  1.0.0
A universal framework for multimedia simulation
Classes | Namespaces | Typedefs
omStringBuffer.h File Reference
#include "omDataConfig.h"
#include "../util/omArray.h"
#include "omString.h"

Classes

class  om::data::GenericStringBuffer< CharType >
 A class that contains a buffer of characters of templated type. More...
 

Namespaces

 om
 The enclosing namespace for the entire Om library.
 
 om::io
 A namespace containing classes that provide functionality for streaming data input and output.
 
 om::data
 A namespace containing data manipulation classes: strings, buffers, and hashing.
 

Typedefs

typedef GenericStringBuffer< Char > om::data::ASCIIStringBuffer
 A class that represents a buffer of ASCII encoded characters. More...
 
typedef ASCIIStringBuffer om::data::StringBuffer
 A class that represents a buffer of ASCII encoded characters. More...
 
typedef GenericStringBuffer< UTF8Char > om::data::UTF8StringBuffer
 A class that represents a buffer of UTF-8 encoded characters. More...
 
typedef GenericStringBuffer< UTF16Char > om::data::UTF16StringBuffer
 A class that represents a buffer of UTF-16 encoded characters. More...
 
typedef GenericStringBuffer< UTF32Char > om::data::UTF32StringBuffer
 A class that represents a buffer of UTF-32 encoded characters. More...