voxelTerrain
 All Classes Functions Variables Typedefs Enumerations Pages
Public Types | Public Member Functions | List of all members
blub::byteArray Class Reference
Inheritance diagram for blub::byteArray:

Public Types

typedef std::vector< char > t_base
 

Public Member Functions

 byteArray (const uint32 &size)
 
 byteArray (const byteArray &array)
 
 byteArray (const char *array, uint32 size)
 
 byteArray (const string &str)
 
byteArray mid (const uint32 &index, const int32 &length=-1) const
 mid gets an copy from a specified index for a length More...
 
uint32 size () const
 
byteArrayoperator+= (const byteArray &other)
 

Member Function Documentation

byteArray byteArray::mid ( const uint32 &  index,
const int32 &  length = -1 
) const

mid gets an copy from a specified index for a length

Parameters
index
lengthif length is smaller zero, the method returns an array from index to the end
Returns

The documentation for this class was generated from the following files: