#include <client.h>
|
| Command () |
|
| Command (int code) |
|
| Command (int code, std::string str) |
|
| Command (int code, std::initializer_list< int > &&args) |
|
| Command (int code, std::string str, std::initializer_list< int > &&args) |
|
| Command (int code, std::string str, std::vector< int > &args) |
|
template<typename... Args> |
| Command (int code, int a, Args &&...args) |
|
template<typename... Args> |
| Command (int code, std::string str, Args &&...args) |
|
torchcraft::Client::Command::Command |
( |
| ) |
|
|
inline |
torchcraft::Client::Command::Command |
( |
int |
code | ) |
|
|
inline |
torchcraft::Client::Command::Command |
( |
int |
code, |
|
|
std::string |
str |
|
) |
| |
|
inline |
torchcraft::Client::Command::Command |
( |
int |
code, |
|
|
std::initializer_list< int > && |
args |
|
) |
| |
|
inline |
torchcraft::Client::Command::Command |
( |
int |
code, |
|
|
std::string |
str, |
|
|
std::initializer_list< int > && |
args |
|
) |
| |
|
inline |
torchcraft::Client::Command::Command |
( |
int |
code, |
|
|
std::string |
str, |
|
|
std::vector< int > & |
args |
|
) |
| |
|
inline |
template<typename... Args>
torchcraft::Client::Command::Command |
( |
int |
code, |
|
|
int |
a, |
|
|
Args &&... |
args |
|
) |
| |
|
inline |
template<typename... Args>
torchcraft::Client::Command::Command |
( |
int |
code, |
|
|
std::string |
str, |
|
|
Args &&... |
args |
|
) |
| |
|
inline |
std::vector<int> torchcraft::Client::Command::args |
int torchcraft::Client::Command::code = -1 |
std::string torchcraft::Client::Command::str |
The documentation for this struct was generated from the following file:
- 3rdparty/torchcraft/include/torchcraft/client.h