|
|
typedef std::vector< char > | t_base |
| |
|
|
| 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 |
| |
|
byteArray & | operator+= (const byteArray &other) |
| |
| byteArray byteArray::mid |
( |
const uint32 & |
index, |
|
|
const int32 & |
length = -1 |
|
) |
| const |
mid gets an copy from a specified index for a length
- Parameters
-
| index | |
| length | if 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:
- /home/mlanner/Development/cpp/projects/voxelTerrain/voxelTerrain/modules/core/source/blub/core/byteArray.hpp
- /home/mlanner/Development/cpp/projects/voxelTerrain/voxelTerrain/modules/core/source/blub/core/byteArray.cpp