#include <yarp/os/NetInt32.h>
#include <string>
Go to the source code of this file.
|
constexpr yarp::conf::vocab32_t | yarp::os::createVocab32 (char a, char b=0, char c=0, char d=0) |
| Create a vocab from chars. More...
|
|
constexpr yarp::conf::vocab32_t | yarp::os::createVocab (char a, char b=0, char c=0, char d=0) |
|
NetInt32 | yarp::os::Vocab32::encode (const std::string &str) |
| Convert a string into a vocabulary identifier. More...
|
|
std::string | yarp::os::Vocab32::decode (NetInt32 code) |
| Convert a vocabulary identifier into a string. More...
|
|
NetInt32 | yarp::os::Vocab::encode (const std::string &str) |
|
std::string | yarp::os::Vocab::decode (NetInt32 code) |
|
constexpr int32_t | VOCAB (char a, char b, char c, char d) |
|
constexpr int32_t | VOCAB4 (char a, char b, char c, char d) |
|
constexpr int32_t | VOCAB3 (char a, char b, char c) |
|
constexpr int32_t | VOCAB2 (char a, char b) |
|
constexpr int32_t | VOCAB1 (char a) |
|
◆ VOCAB()
constexpr int32_t VOCAB |
( |
char |
a, |
|
|
char |
b, |
|
|
char |
c, |
|
|
char |
d |
|
) |
| |
|
constexpr |
◆ VOCAB1()
constexpr int32_t VOCAB1 |
( |
char |
a | ) |
|
|
constexpr |
◆ VOCAB2()
constexpr int32_t VOCAB2 |
( |
char |
a, |
|
|
char |
b |
|
) |
| |
|
constexpr |
◆ VOCAB3()
constexpr int32_t VOCAB3 |
( |
char |
a, |
|
|
char |
b, |
|
|
char |
c |
|
) |
| |
|
constexpr |
◆ VOCAB4()
constexpr int32_t VOCAB4 |
( |
char |
a, |
|
|
char |
b, |
|
|
char |
c, |
|
|
char |
d |
|
) |
| |
|
constexpr |