HDK
|
#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 |
int | compare (const CH_ChannelRef &other) const |
unsigned int | hash () const |
Definition at line 24 of file CH_ChannelRef.h.
|
inline |
Definition at line 28 of file CH_ChannelRef.h.
Definition at line 38 of file CH_ChannelRef.h.
|
inline |
Definition at line 43 of file CH_ChannelRef.h.
|
inline |
Definition at line 48 of file CH_ChannelRef.h.
void CH_ChannelRef::clear | ( | ) |
|
inline |
Definition at line 101 of file CH_ChannelRef.h.
|
inline |
Definition at line 61 of file CH_ChannelRef.h.
|
inline |
Definition at line 57 of file CH_ChannelRef.h.
unsigned int CH_ChannelRef::hash | ( | ) | const |
|
inline |
Definition at line 63 of file CH_ChannelRef.h.
|
inline |
Definition at line 79 of file CH_ChannelRef.h.
|
inline |
Definition at line 72 of file CH_ChannelRef.h.
|
inline |
Definition at line 65 of file CH_ChannelRef.h.
|
inline |
Definition at line 90 of file CH_ChannelRef.h.
Definition at line 59 of file CH_ChannelRef.h.