#include <CH_ChannelRef.h>
Public Member Functions | |
| CH_ChannelRef (const CH_ChannelRef &other) | |
| CH_ChannelRef (int node_id, const char *name, bool is_track) | |
| CH_ChannelRef () | |
| ~CH_ChannelRef () | |
| void | setChannelRef (int node_id, const char *name, bool is_track) |
| void | clear () |
| int | getNodeId () const |
| void | setNodeId (int new_id) |
| const char * | getName () const |
| bool | isTrack () const |
| bool | operator== (const CH_ChannelRef &other) const |
| CH_ChannelRef & | operator= (const CH_ChannelRef &other) |
| bool | operator< (const CH_ChannelRef &other) const |
| bool | operator> (const CH_ChannelRef &other) const |
| unsigned int | hash () const |
Definition at line 31 of file CH_ChannelRef.h.
| CH_ChannelRef::CH_ChannelRef | ( | const CH_ChannelRef & | other | ) | [inline] |
Definition at line 35 of file CH_ChannelRef.h.
| CH_ChannelRef::CH_ChannelRef | ( | int | node_id, | |
| const char * | name, | |||
| bool | is_track | |||
| ) | [inline] |
Definition at line 45 of file CH_ChannelRef.h.
| CH_ChannelRef::CH_ChannelRef | ( | ) | [inline] |
Definition at line 50 of file CH_ChannelRef.h.
| CH_ChannelRef::~CH_ChannelRef | ( | ) | [inline] |
Definition at line 55 of file CH_ChannelRef.h.
| void CH_ChannelRef::clear | ( | ) |
| const char* CH_ChannelRef::getName | ( | void | ) | const [inline] |
Definition at line 68 of file CH_ChannelRef.h.
| int CH_ChannelRef::getNodeId | ( | ) | const [inline] |
Definition at line 64 of file CH_ChannelRef.h.
| unsigned int CH_ChannelRef::hash | ( | ) | const |
| bool CH_ChannelRef::isTrack | ( | ) | const [inline] |
Definition at line 70 of file CH_ChannelRef.h.
| bool CH_ChannelRef::operator< | ( | const CH_ChannelRef & | other | ) | const [inline] |
Definition at line 86 of file CH_ChannelRef.h.
| CH_ChannelRef& CH_ChannelRef::operator= | ( | const CH_ChannelRef & | other | ) | [inline] |
Definition at line 79 of file CH_ChannelRef.h.
| bool CH_ChannelRef::operator== | ( | const CH_ChannelRef & | other | ) | const [inline] |
Definition at line 72 of file CH_ChannelRef.h.
| bool CH_ChannelRef::operator> | ( | const CH_ChannelRef & | other | ) | const [inline] |
Definition at line 97 of file CH_ChannelRef.h.
| void CH_ChannelRef::setChannelRef | ( | int | node_id, | |
| const char * | name, | |||
| bool | is_track | |||
| ) |
| void CH_ChannelRef::setNodeId | ( | int | new_id | ) | [inline] |
Definition at line 66 of file CH_ChannelRef.h.
1.5.9