#include <from-fdstore-visitor.hpp>
|
void | readInternal (std::string &value) |
|
void | readInternal (char *&value) |
|
void | readInternal (cargo::FileDescriptor &fd) |
|
template<typename T , typename std::enable_if< std::is_arithmetic< T >::value, int >::type = 0> |
void | readInternal (T &value) |
|
template<typename T , typename std::enable_if< isVisitable< T >::value, int >::type = 0> |
void | readInternal (T &value) |
|
template<typename T , typename std::enable_if< std::is_enum< T >::value, int >::type = 0> |
void | readInternal (T &value) |
|
template<typename T > |
void | readInternal (std::vector< T > &values) |
|
template<typename T , std::size_t N> |
void | readInternal (std::array< T, N > &values) |
|
template<typename V > |
void | readInternal (std::map< std::string, V > &values) |
|
template<typename T , typename std::enable_if< isLikeTuple< T >::value, int >::type = 0> |
void | readInternal (T &values) |
|
cargo::FromFDStoreVisitor::FromFDStoreVisitor |
( |
int |
fd | ) |
|
|
inlineexplicit |
void cargo::FromFDStoreVisitor::readInternal |
( |
std::string & |
value | ) |
|
|
inlineprivate |
void cargo::FromFDStoreVisitor::readInternal |
( |
char *& |
value | ) |
|
|
inlineprivate |
template<typename T , typename std::enable_if< std::is_arithmetic< T >::value, int >::type = 0>
void cargo::FromFDStoreVisitor::readInternal |
( |
T & |
value | ) |
|
|
inlineprivate |
template<typename T , typename std::enable_if< isVisitable< T >::value, int >::type = 0>
void cargo::FromFDStoreVisitor::readInternal |
( |
T & |
value | ) |
|
|
inlineprivate |
template<typename T , typename std::enable_if< std::is_enum< T >::value, int >::type = 0>
void cargo::FromFDStoreVisitor::readInternal |
( |
T & |
value | ) |
|
|
inlineprivate |
template<typename T >
void cargo::FromFDStoreVisitor::readInternal |
( |
std::vector< T > & |
values | ) |
|
|
inlineprivate |
template<typename T , std::size_t N>
void cargo::FromFDStoreVisitor::readInternal |
( |
std::array< T, N > & |
values | ) |
|
|
inlineprivate |
template<typename V >
void cargo::FromFDStoreVisitor::readInternal |
( |
std::map< std::string, V > & |
values | ) |
|
|
inlineprivate |
template<typename T , typename std::enable_if< isLikeTuple< T >::value, int >::type = 0>
void cargo::FromFDStoreVisitor::readInternal |
( |
T & |
values | ) |
|
|
inlineprivate |
template<typename T >
void cargo::FromFDStoreVisitor::visit |
( |
const std::string & |
, |
|
|
T & |
value |
|
) |
| |
|
inline |
FDStore cargo::FromFDStoreVisitor::mStore |
|
private |
The documentation for this class was generated from the following file: