libptpmgmt
1.4
libptpmgmt library that provides the functionality of linuxptp pmc
|
This is the complete list of members for Binary, including all inherited members.
append(const uint8_t octet) | Binary | |
append(const Binary &rhs) | Binary | |
Binary() (defined in Binary) | Binary | |
Binary(const Binary &rhs) | Binary | |
Binary(const void *buf, const size_t length) | Binary | |
Binary(const size_t length, uint8_t set=0) | Binary | |
Binary(const std::string &string) | Binary | |
bufToHex(const uint8_t *bin, size_t length) | Binary | static |
bufToId(const uint8_t *id, size_t length) | Binary | static |
bufToId(const uint8_t *id, size_t length, const std::string &sep) | Binary | static |
clear() | Binary | |
copy(uint8_t *target) const | Binary | |
empty() const | Binary | inline |
eq(const Binary &rhs) const | Binary | |
eui48ToEui64() | Binary | |
fromBase64(const std::string &bin64, bool pad=false) | Binary | |
fromHex(const std::string &hex) | Binary | |
fromId(const std::string &string) | Binary | |
fromIp(const std::string &string) | Binary | |
fromIp(const std::string &string, int domain) | Binary | |
fromMac(const std::string &string) | Binary | inline |
get() const | Binary | inline |
getBin(const size_t position) const | Binary | |
getBinString() const | Binary | inline |
isMacLen() const | Binary | inline |
length() const | Binary | inline |
less(const Binary &rhs) const | Binary | |
operator+=(const uint8_t octet) | Binary | inline |
operator+=(const Binary &rhs) | Binary | inline |
operator<(const Binary &rhs) const | Binary | inline |
operator=(const Binary &rhs) | Binary | |
operator==(const Binary &rhs) const | Binary | inline |
operator[](const size_t position) | Binary | |
resize(const size_t length) | Binary | |
setBin(const void *buf, const size_t length) | Binary | |
setBin(const Binary &rhs) | Binary | |
setBin(const std::string &string) | Binary | |
setBin(const size_t position, const uint8_t value) | Binary | |
size() const | Binary | inline |
toBase64(bool pad=true, char v62='+', char v63='/') | Binary | |
toHex() const | Binary | inline |
toId(const std::string &sep=":") const | Binary | inline |
toIp() const | Binary | |
~Binary() (defined in Binary) | Binary |