#include <StateGoal.h>
Public Types | |
typedef ::cob_script_server::ScriptState_ < ContainerAllocator > | _state_type |
typedef boost::shared_ptr < ::cob_script_server::StateGoal_ < ContainerAllocator > const > | ConstPtr |
typedef boost::shared_ptr < ::cob_script_server::StateGoal_ < ContainerAllocator > > | Ptr |
typedef StateGoal_ < ContainerAllocator > | Type |
Public Member Functions | |
StateGoal_ () | |
StateGoal_ (const ContainerAllocator &_alloc) | |
Public Attributes | |
boost::shared_ptr< std::map < std::string, std::string > > | __connection_header |
::cob_script_server::ScriptState_ < ContainerAllocator > | state |
Definition at line 22 of file StateGoal.h.
typedef ::cob_script_server::ScriptState_<ContainerAllocator> cob_script_server::StateGoal_< ContainerAllocator >::_state_type |
Definition at line 35 of file StateGoal.h.
typedef boost::shared_ptr< ::cob_script_server::StateGoal_<ContainerAllocator> const> cob_script_server::StateGoal_< ContainerAllocator >::ConstPtr |
Definition at line 40 of file StateGoal.h.
typedef boost::shared_ptr< ::cob_script_server::StateGoal_<ContainerAllocator> > cob_script_server::StateGoal_< ContainerAllocator >::Ptr |
Definition at line 39 of file StateGoal.h.
typedef StateGoal_<ContainerAllocator> cob_script_server::StateGoal_< ContainerAllocator >::Type |
Definition at line 23 of file StateGoal.h.
cob_script_server::StateGoal_< ContainerAllocator >::StateGoal_ | ( | ) | [inline] |
Definition at line 25 of file StateGoal.h.
cob_script_server::StateGoal_< ContainerAllocator >::StateGoal_ | ( | const ContainerAllocator & | _alloc | ) | [inline] |
Definition at line 30 of file StateGoal.h.
boost::shared_ptr<std::map<std::string, std::string> > cob_script_server::StateGoal_< ContainerAllocator >::__connection_header |
Definition at line 41 of file StateGoal.h.
::cob_script_server::ScriptState_<ContainerAllocator> cob_script_server::StateGoal_< ContainerAllocator >::state |
Definition at line 36 of file StateGoal.h.