Public Types | Public Member Functions | Public Attributes
nodelet::NodeletLoadRequest_< ContainerAllocator > Struct Template Reference

#include <NodeletLoad.h>

List of all members.

Public Types

typedef std::basic_string
< char, std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other > 
_bond_id_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 > 
_my_argv_type
typedef std::basic_string
< char, std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other > 
_name_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 > 
_remap_source_args_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 > 
_remap_target_args_type
typedef std::basic_string
< char, std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other > 
_type_type
typedef boost::shared_ptr
< ::nodelet::NodeletLoadRequest_
< ContainerAllocator > const > 
ConstPtr
typedef boost::shared_ptr
< ::nodelet::NodeletLoadRequest_
< ContainerAllocator > > 
Ptr
typedef NodeletLoadRequest_
< ContainerAllocator > 
Type

Public Member Functions

 NodeletLoadRequest_ ()
 NodeletLoadRequest_ (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 > 
bond_id
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 > 
my_argv
std::basic_string< char,
std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other > 
name
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 > 
remap_source_args
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 > 
remap_target_args
std::basic_string< char,
std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other > 
type

Detailed Description

template<class ContainerAllocator>
struct nodelet::NodeletLoadRequest_< ContainerAllocator >

Definition at line 25 of file NodeletLoad.h.


Member Typedef Documentation

template<class ContainerAllocator >
typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > nodelet::NodeletLoadRequest_< ContainerAllocator >::_bond_id_type

Definition at line 63 of file NodeletLoad.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 > nodelet::NodeletLoadRequest_< ContainerAllocator >::_my_argv_type

Definition at line 60 of file NodeletLoad.h.

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

Definition at line 48 of file NodeletLoad.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 > nodelet::NodeletLoadRequest_< ContainerAllocator >::_remap_source_args_type

Definition at line 54 of file NodeletLoad.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 > nodelet::NodeletLoadRequest_< ContainerAllocator >::_remap_target_args_type

Definition at line 57 of file NodeletLoad.h.

template<class ContainerAllocator >
typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > nodelet::NodeletLoadRequest_< ContainerAllocator >::_type_type

Definition at line 51 of file NodeletLoad.h.

template<class ContainerAllocator >
typedef boost::shared_ptr< ::nodelet::NodeletLoadRequest_<ContainerAllocator> const> nodelet::NodeletLoadRequest_< ContainerAllocator >::ConstPtr

Definition at line 68 of file NodeletLoad.h.

template<class ContainerAllocator >
typedef boost::shared_ptr< ::nodelet::NodeletLoadRequest_<ContainerAllocator> > nodelet::NodeletLoadRequest_< ContainerAllocator >::Ptr

Definition at line 67 of file NodeletLoad.h.

template<class ContainerAllocator >
typedef NodeletLoadRequest_<ContainerAllocator> nodelet::NodeletLoadRequest_< ContainerAllocator >::Type

Definition at line 26 of file NodeletLoad.h.


Constructor & Destructor Documentation

template<class ContainerAllocator >
nodelet::NodeletLoadRequest_< ContainerAllocator >::NodeletLoadRequest_ ( ) [inline]

Definition at line 28 of file NodeletLoad.h.

template<class ContainerAllocator >
nodelet::NodeletLoadRequest_< ContainerAllocator >::NodeletLoadRequest_ ( const ContainerAllocator &  _alloc) [inline]

Definition at line 38 of file NodeletLoad.h.


Member Data Documentation

template<class ContainerAllocator >
boost::shared_ptr<std::map<std::string, std::string> > nodelet::NodeletLoadRequest_< ContainerAllocator >::__connection_header

Definition at line 69 of file NodeletLoad.h.

template<class ContainerAllocator >
std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > nodelet::NodeletLoadRequest_< ContainerAllocator >::bond_id

Definition at line 64 of file NodeletLoad.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 > nodelet::NodeletLoadRequest_< ContainerAllocator >::my_argv

Definition at line 61 of file NodeletLoad.h.

template<class ContainerAllocator >
std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > nodelet::NodeletLoadRequest_< ContainerAllocator >::name

Definition at line 49 of file NodeletLoad.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 > nodelet::NodeletLoadRequest_< ContainerAllocator >::remap_source_args

Definition at line 55 of file NodeletLoad.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 > nodelet::NodeletLoadRequest_< ContainerAllocator >::remap_target_args

Definition at line 58 of file NodeletLoad.h.

template<class ContainerAllocator >
std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > nodelet::NodeletLoadRequest_< ContainerAllocator >::type

Definition at line 52 of file NodeletLoad.h.


The documentation for this struct was generated from the following file:


nodelet
Author(s): Tully Foote, Radu Bogdan Rusu
autogenerated on Sat Dec 28 2013 17:14:39