All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties Friends
Public Types | Public Member Functions | Public Attributes
pddl_msgs::PDDLProblem_< ContainerAllocator > Struct Template Reference

#include <PDDLProblem.h>

List of all members.

Public Types

typedef std::basic_string
< char, std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other > 
_domain_type
typedef std::basic_string
< char, std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other > 
_goal_type
typedef std::vector
< std::basic_string< char,
std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other >
, typename
ContainerAllocator::template
rebind< std::basic_string
< char, std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other >
>::other > 
_initial_type
typedef std::basic_string
< char, std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other > 
_name_type
typedef std::vector
< ::pddl_msgs::PDDLObject_
< ContainerAllocator >
, typename
ContainerAllocator::template
rebind
< ::pddl_msgs::PDDLObject_
< ContainerAllocator >
>::other > 
_objects_type
typedef boost::shared_ptr
< ::pddl_msgs::PDDLProblem_
< ContainerAllocator > const > 
ConstPtr
typedef boost::shared_ptr
< ::pddl_msgs::PDDLProblem_
< ContainerAllocator > > 
Ptr
typedef PDDLProblem_
< ContainerAllocator > 
Type

Public Member Functions

 PDDLProblem_ ()
 PDDLProblem_ (const ContainerAllocator &_alloc)

Public Attributes

boost::shared_ptr< std::map
< std::string, std::string > > 
__connection_header
std::basic_string< char,
std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other > 
domain
std::basic_string< char,
std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other > 
goal
std::vector< std::basic_string
< char, std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other >
, typename
ContainerAllocator::template
rebind< std::basic_string
< char, std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other >
>::other > 
initial
std::basic_string< char,
std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other > 
name
std::vector
< ::pddl_msgs::PDDLObject_
< ContainerAllocator >
, typename
ContainerAllocator::template
rebind
< ::pddl_msgs::PDDLObject_
< ContainerAllocator >
>::other > 
objects

Detailed Description

template<class ContainerAllocator>
struct pddl_msgs::PDDLProblem_< ContainerAllocator >

Definition at line 22 of file PDDLProblem.h.


Member Typedef Documentation

template<class ContainerAllocator >
typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > pddl_msgs::PDDLProblem_< ContainerAllocator >::_domain_type

Definition at line 46 of file PDDLProblem.h.

template<class ContainerAllocator >
typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > pddl_msgs::PDDLProblem_< ContainerAllocator >::_goal_type

Definition at line 55 of file PDDLProblem.h.

template<class ContainerAllocator >
typedef std::vector<std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > , typename ContainerAllocator::template rebind<std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > >::other > pddl_msgs::PDDLProblem_< ContainerAllocator >::_initial_type

Definition at line 52 of file PDDLProblem.h.

template<class ContainerAllocator >
typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > pddl_msgs::PDDLProblem_< ContainerAllocator >::_name_type

Definition at line 43 of file PDDLProblem.h.

template<class ContainerAllocator >
typedef std::vector< ::pddl_msgs::PDDLObject_<ContainerAllocator> , typename ContainerAllocator::template rebind< ::pddl_msgs::PDDLObject_<ContainerAllocator> >::other > pddl_msgs::PDDLProblem_< ContainerAllocator >::_objects_type

Definition at line 49 of file PDDLProblem.h.

template<class ContainerAllocator >
typedef boost::shared_ptr< ::pddl_msgs::PDDLProblem_<ContainerAllocator> const> pddl_msgs::PDDLProblem_< ContainerAllocator >::ConstPtr

Definition at line 60 of file PDDLProblem.h.

template<class ContainerAllocator >
typedef boost::shared_ptr< ::pddl_msgs::PDDLProblem_<ContainerAllocator> > pddl_msgs::PDDLProblem_< ContainerAllocator >::Ptr

Definition at line 59 of file PDDLProblem.h.

template<class ContainerAllocator >
typedef PDDLProblem_<ContainerAllocator> pddl_msgs::PDDLProblem_< ContainerAllocator >::Type

Definition at line 23 of file PDDLProblem.h.


Constructor & Destructor Documentation

template<class ContainerAllocator >
pddl_msgs::PDDLProblem_< ContainerAllocator >::PDDLProblem_ ( ) [inline]

Definition at line 25 of file PDDLProblem.h.

template<class ContainerAllocator >
pddl_msgs::PDDLProblem_< ContainerAllocator >::PDDLProblem_ ( const ContainerAllocator &  _alloc) [inline]

Definition at line 34 of file PDDLProblem.h.


Member Data Documentation

template<class ContainerAllocator >
boost::shared_ptr<std::map<std::string, std::string> > pddl_msgs::PDDLProblem_< ContainerAllocator >::__connection_header

Definition at line 61 of file PDDLProblem.h.

template<class ContainerAllocator >
std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > pddl_msgs::PDDLProblem_< ContainerAllocator >::domain

Definition at line 47 of file PDDLProblem.h.

template<class ContainerAllocator >
std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > pddl_msgs::PDDLProblem_< ContainerAllocator >::goal

Definition at line 56 of file PDDLProblem.h.

template<class ContainerAllocator >
std::vector<std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > , typename ContainerAllocator::template rebind<std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > >::other > pddl_msgs::PDDLProblem_< ContainerAllocator >::initial

Definition at line 53 of file PDDLProblem.h.

template<class ContainerAllocator >
std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > pddl_msgs::PDDLProblem_< ContainerAllocator >::name

Definition at line 44 of file PDDLProblem.h.

template<class ContainerAllocator >
std::vector< ::pddl_msgs::PDDLObject_<ContainerAllocator> , typename ContainerAllocator::template rebind< ::pddl_msgs::PDDLObject_<ContainerAllocator> >::other > pddl_msgs::PDDLProblem_< ContainerAllocator >::objects

Definition at line 50 of file PDDLProblem.h.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties Friends


pddl_msgs
Author(s): Ryohei Ueda (ueda@jsk.t.u-tokyo.ac.jp)
autogenerated on Sat Mar 23 2013 23:39:16