![]() |
Roc Toolkit internal modules
Roc Toolkit: real-time audio streaming
|
Network endpoint URI. More...
#include "roc_address/interface.h"#include "roc_address/protocol.h"#include "roc_core/attributes.h"#include "roc_core/noncopyable.h"#include "roc_core/stddefs.h"#include "roc_core/string_buffer.h"#include "roc_core/string_builder.h"

Go to the source code of this file.
Classes | |
| class | roc::address::EndpointUri |
| Network endpoint URI. More... | |
Namespaces | |
| namespace | roc |
| Root namespace. | |
| namespace | roc::address |
| URIs and addresses. | |
Functions | |
| bool | roc::address::parse_endpoint_uri (const char *str, EndpointUri::Subset subset, EndpointUri &result) |
| Parse EndpointUri from string. | |
| bool | roc::address::format_endpoint_uri (const EndpointUri &uri, EndpointUri::Subset subset, core::StringBuilder &dst) |
| Format EndpointUri to string. | |
Network endpoint URI.
Definition in file endpoint_uri.h.