#include <Result.h>
Public Types | |
enum | { SUCCESS = 0 } |
enum | { NO_HUB_CONNECTION = 1 } |
enum | { FLIP_REMOTE_GATEWAY_FIREWALLING = 24 } |
enum | { FLIP_REMOTE_GATEWAY_NOT_CONNECTED = 25 } |
enum | { ADVERTISEMENT_EXISTS = 31 } |
enum | { ADVERTISEMENT_NOT_FOUND = 32 } |
enum | { UNKNOWN_ADVERTISEMENT_ERROR = 39 } |
enum | { PULL_RULE_ALREADY_EXISTS = 41 } |
enum | { HUB_CONNECTION_ALREADY_EXISTS = 11 } |
enum | { HUB_CONNECTION_UNRESOLVABLE = 12 } |
enum | { HUB_CONNECTION_BLACKLISTED = 13 } |
enum | { HUB_CONNECTION_FAILED = 14 } |
enum | { HUB_CONNECTION_NOT_IN_NONEMPTY_WHITELIST = 15 } |
enum | { FLIP_NO_TO_SELF = 21 } |
enum | { FLIP_RULE_ALREADY_EXISTS = 22 } |
enum | { FLIP_PATTERN_ALREDY_EXISTS = 23 } |
typedef boost::shared_ptr < ::gateway_comms::Result_ < ContainerAllocator > const > | ConstPtr |
typedef boost::shared_ptr < ::gateway_comms::Result_ < ContainerAllocator > > | Ptr |
typedef Result_ < ContainerAllocator > | Type |
Public Member Functions | |
Result_ () | |
Result_ (const ContainerAllocator &_alloc) | |
Public Attributes | |
boost::shared_ptr< std::map < std::string, std::string > > | __connection_header |
typedef boost::shared_ptr< ::gateway_comms::Result_<ContainerAllocator> const> gateway_comms::Result_< ContainerAllocator >::ConstPtr |
typedef boost::shared_ptr< ::gateway_comms::Result_<ContainerAllocator> > gateway_comms::Result_< ContainerAllocator >::Ptr |
typedef Result_<ContainerAllocator> gateway_comms::Result_< ContainerAllocator >::Type |
anonymous enum |
anonymous enum |
anonymous enum |
anonymous enum |
anonymous enum |
anonymous enum |
anonymous enum |
anonymous enum |
anonymous enum |
anonymous enum |
anonymous enum |
anonymous enum |
anonymous enum |
anonymous enum |
anonymous enum |
anonymous enum |
gateway_comms::Result_< ContainerAllocator >::Result_ | ( | ) | [inline] |
gateway_comms::Result_< ContainerAllocator >::Result_ | ( | const ContainerAllocator & | _alloc | ) | [inline] |
boost::shared_ptr<std::map<std::string, std::string> > gateway_comms::Result_< ContainerAllocator >::__connection_header |