itom 1.3.0
ito::ByteArray Class Reference

List of all members.

Classes

struct  Data

Public Member Functions

 ByteArray (const char *str)
 ByteArray (const ByteArray &copyConstr)
ByteArrayoperator= (const ByteArray &rhs)
ByteArrayappend (const char *str)
ByteArrayappend (const ByteArray &str)
int length () const
int size () const
bool empty () const
const char * data () const
char & operator[] (unsigned int i) const
char & operator[] (int i) const
bool operator== (const ByteArray &a) const
bool operator!= (const ByteArray &a) const

Private Member Functions

void decAndFree (Data *x)

Private Attributes

Datad

Static Private Attributes

static char emptyChar = '\0'

The documentation for this class was generated from the following files:
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends