|
| PowerChannels (void) |
|
| ~PowerChannels (void) |
|
void | clear (void) |
|
void | add (unsigned id, PowerChannel *channel) |
|
std::map< unsigned,
PowerChannel * >
::const_iterator | find (const unsigned &id) const |
|
std::map< std::string,
PowerChannel * >
::const_iterator | find_by_name (const std::string &name) const |
|
std::map< std::string,
PowerChannel * >
::const_iterator | begin_by_name (void) const |
|
std::map< std::string,
PowerChannel * >
::const_iterator | end_by_name (void) const |
|
std::map< unsigned,
PowerChannel * >
::const_iterator | begin (void) const |
|
std::map< unsigned,
PowerChannel * >
::const_iterator | end (void) const |
|
std::map< unsigned,
PowerChannel * >::iterator | begin (void) |
|
std::map< unsigned,
PowerChannel * >::iterator | end (void) |
|