Class r_Primitive represents a primitive (atomic) type value.
More...
#include <primitive.hh>
Class r_Primitive represents a primitive (atomic) type value.
◆ r_Primitive() [1/2]
| r_Primitive::r_Primitive |
( |
const char * |
newBuffer, |
|
|
const r_Primitive_Type * |
newType |
|
) |
| |
◆ r_Primitive() [2/2]
◆ ~r_Primitive()
| r_Primitive::~r_Primitive |
( |
| ) |
|
|
override |
◆ checkBufferAndType() [1/2]
| void r_Primitive::checkBufferAndType |
( |
| ) |
const |
|
protected |
◆ checkBufferAndType() [2/2]
◆ clone()
◆ get_boolean()
◆ get_buffer()
| const char * r_Primitive::get_buffer |
( |
| ) |
const |
gets the pointer to the buffer
◆ get_char()
| r_Char r_Primitive::get_char |
( |
| ) |
const |
◆ get_double()
| r_Double r_Primitive::get_double |
( |
| ) |
const |
◆ get_float()
| r_Float r_Primitive::get_float |
( |
| ) |
const |
◆ get_long()
| r_Long r_Primitive::get_long |
( |
| ) |
const |
◆ get_octet()
| r_Octet r_Primitive::get_octet |
( |
| ) |
const |
◆ get_short()
| r_Short r_Primitive::get_short |
( |
| ) |
const |
◆ get_ulong()
| r_ULong r_Primitive::get_ulong |
( |
| ) |
const |
◆ get_ushort()
| r_UShort r_Primitive::get_ushort |
( |
| ) |
const |
◆ isPrimitive()
| bool r_Primitive::isPrimitive |
( |
| ) |
const |
|
overridevirtual |
◆ operator=()
operator for assigning a primitive
◆ print_status()
| void r_Primitive::print_status |
( |
std::ostream & |
s | ) |
const |
|
overridevirtual |
◆ set_boolean()
◆ set_char()
| void r_Primitive::set_char |
( |
r_Char |
| ) |
|
◆ set_double()
| void r_Primitive::set_double |
( |
r_Double |
| ) |
|
◆ set_float()
| void r_Primitive::set_float |
( |
r_Float |
| ) |
|
◆ set_long()
| void r_Primitive::set_long |
( |
r_Long |
| ) |
|
◆ set_octet()
| void r_Primitive::set_octet |
( |
r_Octet |
| ) |
|
◆ set_short()
| void r_Primitive::set_short |
( |
r_Short |
| ) |
|
◆ set_ulong()
| void r_Primitive::set_ulong |
( |
r_ULong |
| ) |
|
◆ set_ushort()
| void r_Primitive::set_ushort |
( |
r_UShort |
| ) |
|
◆ valueBuffer
| char* r_Primitive::valueBuffer {NULL} |
|
protected |
The documentation for this class was generated from the following file: