|
Monero
|
#include <boost/utility/string_ref.hpp>#include <cstdint>#include <string>#include "common/expect.h"#include "net/enums.h"#include "net/error.h"

Go to the source code of this file.
Classes | |
| class | net::tor_address |
| Tor onion address; internal format not condensed/decoded. More... | |
Namespaces | |
| namespace | epee |
| TODO: (mj-xmr) This will be reduced in an another PR. | |
| namespace | epee::serialization |
| namespace | net |
Functions | |
| bool | net::operator== (const tor_address &lhs, const tor_address &rhs) noexcept |
| bool | net::operator!= (const tor_address &lhs, const tor_address &rhs) noexcept |
| bool | net::operator< (const tor_address &lhs, const tor_address &rhs) noexcept |