launchman::Application_< ContainerAllocator > Struct Template Reference

#include <Application.h>

List of all members.

Public Types

typedef std::basic_string
< char, std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other > 
_depends_type
typedef std::basic_string
< char, std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other > 
_icon_type
typedef std::basic_string
< char, std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other > 
_name_type
typedef std::basic_string
< char, std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other > 
_provides_type
typedef std::basic_string
< char, std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other > 
_status_type
typedef std::basic_string
< char, std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other > 
_taskid_type
typedef boost::shared_ptr
< ::launchman::Application_
< ContainerAllocator > const > 
ConstPtr
typedef boost::shared_ptr
< ::launchman::Application_
< ContainerAllocator > > 
Ptr
typedef Application_
< ContainerAllocator > 
Type

Public Member Functions

ROS_DEPRECATED const std::string __getDataType () const
ROS_DEPRECATED const std::string __getMD5Sum () const
ROS_DEPRECATED const std::string __getMessageDefinition () const
 Application_ (const ContainerAllocator &_alloc)
 Application_ ()
virtual ROS_DEPRECATED uint8_t * deserialize (uint8_t *read_ptr)
virtual ROS_DEPRECATED uint32_t serializationLength () const
virtual ROS_DEPRECATED uint8_t * serialize (uint8_t *write_ptr, uint32_t seq) const

Static Public Member Functions

static ROS_DEPRECATED const
std::string 
__s_getDataType ()
static ROS_DEPRECATED const
std::string 
__s_getMD5Sum ()
static ROS_DEPRECATED const
std::string 
__s_getMessageDefinition ()

Public Attributes

std::basic_string< char,
std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other > 
depends
std::basic_string< char,
std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other > 
icon
std::basic_string< char,
std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other > 
name
std::basic_string< char,
std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other > 
provides
std::basic_string< char,
std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other > 
status
std::basic_string< char,
std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other > 
taskid

Static Private Member Functions

static const char * __s_getDataType_ ()
static const char * __s_getMD5Sum_ ()
static const char * __s_getMessageDefinition_ ()

Detailed Description

template<class ContainerAllocator>
struct launchman::Application_< ContainerAllocator >

Definition at line 13 of file Application.h.


Member Typedef Documentation

template<class ContainerAllocator >
typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > launchman::Application_< ContainerAllocator >::_depends_type

Definition at line 49 of file Application.h.

template<class ContainerAllocator >
typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > launchman::Application_< ContainerAllocator >::_icon_type

Definition at line 43 of file Application.h.

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

Definition at line 37 of file Application.h.

template<class ContainerAllocator >
typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > launchman::Application_< ContainerAllocator >::_provides_type

Definition at line 46 of file Application.h.

template<class ContainerAllocator >
typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > launchman::Application_< ContainerAllocator >::_status_type

Definition at line 40 of file Application.h.

template<class ContainerAllocator >
typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > launchman::Application_< ContainerAllocator >::_taskid_type

Definition at line 34 of file Application.h.

template<class ContainerAllocator >
typedef boost::shared_ptr< ::launchman::Application_<ContainerAllocator> const> launchman::Application_< ContainerAllocator >::ConstPtr

Definition at line 118 of file Application.h.

template<class ContainerAllocator >
typedef boost::shared_ptr< ::launchman::Application_<ContainerAllocator> > launchman::Application_< ContainerAllocator >::Ptr

Definition at line 117 of file Application.h.

template<class ContainerAllocator >
typedef Application_<ContainerAllocator> launchman::Application_< ContainerAllocator >::Type

Definition at line 12 of file Application.h.


Constructor & Destructor Documentation

template<class ContainerAllocator >
launchman::Application_< ContainerAllocator >::Application_ (  )  [inline]

Definition at line 14 of file Application.h.

template<class ContainerAllocator >
launchman::Application_< ContainerAllocator >::Application_ ( const ContainerAllocator &  _alloc  )  [inline]

Definition at line 24 of file Application.h.


Member Function Documentation

template<class ContainerAllocator >
ROS_DEPRECATED const std::string launchman::Application_< ContainerAllocator >::__getDataType (  )  const [inline]

Definition at line 58 of file Application.h.

template<class ContainerAllocator >
ROS_DEPRECATED const std::string launchman::Application_< ContainerAllocator >::__getMD5Sum (  )  const [inline]

Definition at line 65 of file Application.h.

template<class ContainerAllocator >
ROS_DEPRECATED const std::string launchman::Application_< ContainerAllocator >::__getMessageDefinition (  )  const [inline]

Definition at line 79 of file Application.h.

template<class ContainerAllocator >
static ROS_DEPRECATED const std::string launchman::Application_< ContainerAllocator >::__s_getDataType (  )  [inline, static]

Definition at line 56 of file Application.h.

template<class ContainerAllocator >
static const char* launchman::Application_< ContainerAllocator >::__s_getDataType_ (  )  [inline, static, private]

Definition at line 54 of file Application.h.

template<class ContainerAllocator >
static ROS_DEPRECATED const std::string launchman::Application_< ContainerAllocator >::__s_getMD5Sum (  )  [inline, static]

Definition at line 63 of file Application.h.

template<class ContainerAllocator >
static const char* launchman::Application_< ContainerAllocator >::__s_getMD5Sum_ (  )  [inline, static, private]

Definition at line 61 of file Application.h.

template<class ContainerAllocator >
static ROS_DEPRECATED const std::string launchman::Application_< ContainerAllocator >::__s_getMessageDefinition (  )  [inline, static]

Definition at line 77 of file Application.h.

template<class ContainerAllocator >
static const char* launchman::Application_< ContainerAllocator >::__s_getMessageDefinition_ (  )  [inline, static, private]

Definition at line 68 of file Application.h.

template<class ContainerAllocator >
virtual ROS_DEPRECATED uint8_t* launchman::Application_< ContainerAllocator >::deserialize ( uint8_t *  read_ptr  )  [inline, virtual]

Definition at line 93 of file Application.h.

template<class ContainerAllocator >
virtual ROS_DEPRECATED uint32_t launchman::Application_< ContainerAllocator >::serializationLength (  )  const [inline, virtual]

Definition at line 105 of file Application.h.

template<class ContainerAllocator >
virtual ROS_DEPRECATED uint8_t* launchman::Application_< ContainerAllocator >::serialize ( uint8_t *  write_ptr,
uint32_t  seq 
) const [inline, virtual]

Definition at line 81 of file Application.h.


Member Data Documentation

template<class ContainerAllocator >
std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > launchman::Application_< ContainerAllocator >::depends

Definition at line 50 of file Application.h.

template<class ContainerAllocator >
std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > launchman::Application_< ContainerAllocator >::icon

Definition at line 44 of file Application.h.

template<class ContainerAllocator >
std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > launchman::Application_< ContainerAllocator >::name

Definition at line 38 of file Application.h.

template<class ContainerAllocator >
std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > launchman::Application_< ContainerAllocator >::provides

Definition at line 47 of file Application.h.

template<class ContainerAllocator >
std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > launchman::Application_< ContainerAllocator >::status

Definition at line 41 of file Application.h.

template<class ContainerAllocator >
std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > launchman::Application_< ContainerAllocator >::taskid

Definition at line 35 of file Application.h.


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


launchman
Author(s): Scott Hassan
autogenerated on Fri Jan 11 10:03:28 2013