PX4 Firmware
PX4 Autopilot Software http://px4.io
|
#include <ORBSet.hpp>
Classes | |
struct | Node |
Public Member Functions | |
ORBSet () | |
~ORBSet () | |
void | insert (const char *node_name) |
bool | find (const char *node_name) |
bool | erase (const char *node_name) |
Private Member Functions | |
void | unlinkNext (Node *a) |
Private Attributes | |
Node * | _top |
Node * | _end |
Definition at line 36 of file ORBSet.hpp.
|
inline |
Definition at line 44 of file ORBSet.hpp.
|
inline |
Definition at line 48 of file ORBSet.hpp.
References _top, ORBSet::Node::next, ORBSet::Node::node_name, and unlinkNext().
|
inline |
Definition at line 99 of file ORBSet.hpp.
References _end, _top, ORBSet::Node::next, ORBSet::Node::node_name, and unlinkNext().
|
inline |
Definition at line 84 of file ORBSet.hpp.
References _top, ORBSet::Node::next, and ORBSet::Node::node_name.
|
inline |
Definition at line 60 of file ORBSet.hpp.
References _end, _top, ORBSet::Node::next, and ORBSet::Node::node_name.
|
inlineprivate |
Definition at line 128 of file ORBSet.hpp.
References _end, ORBSet::Node::next, and ORBSet::Node::node_name.
Referenced by erase(), and ~ORBSet().
|
private |
Definition at line 144 of file ORBSet.hpp.
Referenced by erase(), insert(), and unlinkNext().
|
private |