#include <event.h>
|
| | event () |
| |
| | event (int size) |
| |
| virtual | ~event () |
| |
| void | show () |
| |
| void | init (std::vector< char > &buffer) |
| |
| void | init (const char *buffer, int size) |
| |
| void | getStructure (hipo::structure &str, int group, int item) |
| |
| void | getStructure4 (hipo::structure &str, int group, int item) |
| |
| int | getTag () |
| |
| void | setTag (int tag) |
| |
| void | getStructure (hipo::bank &b) |
| |
| void | read (hipo::bank &b) |
| |
| void | addStructure (hipo::structure &str) |
| |
| void | override (hipo::structure &str) |
| |
| void | remove (hipo::bank &str) |
| |
| void | remove (int group, int item) |
| |
| void | replace (hipo::bank &bank) |
| |
| void | add (hipo::node &_n) |
| |
| void | get (hipo::node &_n, int group, int item) |
| |
| std::pair< int, int > | getStructurePosition (int group, int item) |
| |
| std::pair< int, int > | getStructurePosition4 (int group, int item) |
| |
| std::vector< char > & | getEventBuffer () |
| |
| int | getSize () |
| |
| void | reset () |
| |
| void | write (hipo::node &node) |
| |
| void | read (hipo::node &node, int group, int item) |
| |
|
| static std::pair< int, int > | getStructurePosition (const char *buffer, int group, int item) |
| |
| static void | getStructure (const char *buffer, hipo::structure &str, int group, int item) |
| |
| static void | get (const char *buffer, hipo::node &_n, int group, int item) |
| |
| static void | getStructureNoCopy (const char *buffer, hipo::structure &str, int group, int item) |
| |
◆ event() [1/2]
◆ event() [2/2]
| hipo::event::event |
( |
int |
size | ) |
|
◆ ~event()
◆ show()
| void hipo::event::show |
( |
| ) |
|
◆ init() [1/2]
| void hipo::event::init |
( |
std::vector< char > & |
buffer | ) |
|
◆ init() [2/2]
◆ getStructure() [1/3]
◆ getStructure4()
◆ getTag()
| int hipo::event::getTag |
( |
| ) |
|
◆ setTag()
| void hipo::event::setTag |
( |
int |
tag | ) |
|
◆ getStructure() [2/3]
◆ read() [1/2]
◆ addStructure()
◆ override()
◆ remove() [1/2]
◆ remove() [2/2]
◆ replace()
◆ add()
◆ get() [1/2]
| void hipo::event::get |
( |
hipo::node & |
_n, |
|
|
int |
group, |
|
|
int |
item |
|
) |
| |
◆ getStructurePosition() [1/2]
| std::pair< int, int > hipo::event::getStructurePosition |
( |
int |
group, |
|
|
int |
item |
|
) |
| |
◆ getStructurePosition4()
| std::pair< int, int > hipo::event::getStructurePosition4 |
( |
int |
group, |
|
|
int |
item |
|
) |
| |
◆ getEventBuffer()
| std::vector< char > & hipo::event::getEventBuffer |
( |
| ) |
|
◆ getSize()
| int hipo::event::getSize |
( |
| ) |
|
◆ reset()
| void hipo::event::reset |
( |
| ) |
|
◆ write()
◆ read() [2/2]
◆ getStructurePosition() [2/2]
◆ getStructure() [3/3]
◆ get() [2/2]
| void hipo::event::get |
( |
const char * |
buffer, |
|
|
hipo::node & |
_n, |
|
|
int |
group, |
|
|
int |
item |
|
) |
| |
|
static |
◆ getStructureNoCopy()
The documentation for this class was generated from the following files: