#include <create.hpp>
Public Member Functions | |
| CreateScript () | |
| CreateScript (const CreateScript &rhs) | |
| void | append (const unsigned char &byte) |
| void | append (const unsigned char *data, const size_t &size) |
| void | append (const CreateScript &script) |
| void | remove (const size_t &i, const size_t &len=1) |
| const unsigned char * | data () const |
| size_t | size () const |
| unsigned char | byte (const size_t &i) |
| CreateScript & | operator= (const CreateScript &rhs) |
| CreateScript::CreateScript | ( | ) |
| CreateScript::CreateScript | ( | const CreateScript & | rhs | ) |
| void CreateScript::append | ( | const unsigned char & | byte | ) |
| void CreateScript::append | ( | const unsigned char * | data, |
| const size_t & | size | ||
| ) |
| void CreateScript::append | ( | const CreateScript & | script | ) |
| unsigned char CreateScript::byte | ( | const size_t & | i | ) |
| const unsigned char* CreateScript::data | ( | ) | const |
| CreateScript& CreateScript::operator= | ( | const CreateScript & | rhs | ) |
| void CreateScript::remove | ( | const size_t & | i, |
| const size_t & | len = 1 |
||
| ) |
| size_t CreateScript::size | ( | ) | const |