![]() |
Roc Toolkit internal modules
Roc Toolkit: real-time audio streaming
|
Protocol attributes map. More...
#include <protocol_map.h>
Public Member Functions | |
const ProtocolAttrs * | find_proto_by_id (Protocol proto) const |
Get protocol attributes by ID. | |
const ProtocolAttrs * | find_proto_by_scheme (const char *scheme) const |
Get protocol attributes by scheme name. | |
Static Public Member Functions | |
static ProtocolMap & | instance () |
Get instance. | |
Friends | |
class | core::Singleton< ProtocolMap > |
Protocol attributes map.
Definition at line 56 of file protocol_map.h.
const ProtocolAttrs * roc::address::ProtocolMap::find_proto_by_id | ( | Protocol | proto | ) | const |
Get protocol attributes by ID.
const ProtocolAttrs * roc::address::ProtocolMap::find_proto_by_scheme | ( | const char * | scheme | ) | const |
Get protocol attributes by scheme name.
|
inlinestatic |
Get instance.
Definition at line 59 of file protocol_map.h.
|
friend |
Definition at line 67 of file protocol_map.h.