A class managing command packets. More...
#include <command.h>

Public Member Functions | |
| Packet * | getPacket () |
| const Packet * | getPacket () const |
| template<class P > | |
| P * | getPacket () |
| template<class P > | |
| const P * | getPacket () const |
| NodePtr | getNode () const |
| NodePtr | getLocalNode () const |
| bool | operator! () const |
| Packet * | operator-> () |
| const Packet * | operator-> () const |
| bool | isValid () const |
| uint64_t | getAllocationSize () const |
Usage tracking. | |
| bool | isFree () const |
| void | retain () |
| void | release () |
Friends | |
| class | CommandCache |
A class managing command packets.
A RefPtr<Packet> can't be used, since Packets are plain C structs send over the network.
Definition at line 38 of file command.h.
0.9.1 by
1.6.1