#include <gmvl_topology_node.h>
Public Member Functions | |
gmvl_topology_node (vtol_topology_object_sptr t) | |
~gmvl_topology_node () | |
vtol_topology_object_sptr | get () const |
vcl_string & | type () |
void | ref () |
void | unref () |
int | get_references () const |
bool | is_referenced () const |
Protected Attributes | |
vtol_topology_object_sptr | topology_ |
vcl_string | type_ |
int | ref_ |
Friends | |
class | gmvl_node_cache |
class | gmvl_connection_cache |
vcl_ostream & | operator<< (vcl_ostream &os, gmvl_node &node) |
Definition at line 16 of file gmvl_topology_node.h.
gmvl_topology_node::gmvl_topology_node | ( | vtol_topology_object_sptr | t | ) | [inline] |
Definition at line 19 of file gmvl_topology_node.h.
gmvl_topology_node::~gmvl_topology_node | ( | ) | [inline] |
Definition at line 20 of file gmvl_topology_node.h.
vtol_topology_object_sptr gmvl_topology_node::get | ( | ) | const [inline] |
Definition at line 22 of file gmvl_topology_node.h.
vcl_string& gmvl_node::type | ( | ) | [inline, inherited] |
Definition at line 38 of file gmvl_node.h.
friend class gmvl_connection_cache [friend, inherited] |
Definition at line 45 of file gmvl_node.h.
friend class gmvl_node_cache [friend, inherited] |
Definition at line 44 of file gmvl_node.h.
vcl_ostream& operator<< | ( | vcl_ostream & | os, |
gmvl_node & | node | ||
) | [friend, inherited] |
Definition at line 12 of file gmvl_node.cxx.
int gmvl_node::ref_ [protected, inherited] |
Definition at line 52 of file gmvl_node.h.
Definition at line 25 of file gmvl_topology_node.h.
vcl_string gmvl_node::type_ [protected, inherited] |
Definition at line 49 of file gmvl_node.h.