vrep_common::simRosAuxiliaryConsoleOpenRequest_< ContainerAllocator > Struct Template Reference

#include <simRosAuxiliaryConsoleOpen.h>

List of all members.

Public Types

typedef std::vector< float,
typename
ContainerAllocator::template
rebind< float >::other > 
_backgroundColor_type
typedef int32_t _maxLines_type
typedef int32_t _mode_type
typedef std::vector< int32_t,
typename
ContainerAllocator::template
rebind< int32_t >::other > 
_position_type
typedef std::vector< int32_t,
typename
ContainerAllocator::template
rebind< int32_t >::other > 
_size_type
typedef std::vector< float,
typename
ContainerAllocator::template
rebind< float >::other > 
_textColor_type
typedef std::basic_string
< char, std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other > 
_title_type
typedef boost::shared_ptr
< ::vrep_common::simRosAuxiliaryConsoleOpenRequest_
< ContainerAllocator > const > 
ConstPtr
typedef boost::shared_ptr
< ::vrep_common::simRosAuxiliaryConsoleOpenRequest_
< ContainerAllocator > > 
Ptr
typedef
simRosAuxiliaryConsoleOpenRequest_
< ContainerAllocator > 
Type

Public Member Functions

 simRosAuxiliaryConsoleOpenRequest_ (const ContainerAllocator &_alloc)
 simRosAuxiliaryConsoleOpenRequest_ ()

Public Attributes

boost::shared_ptr< std::map
< std::string, std::string > > 
__connection_header
std::vector< float, typename
ContainerAllocator::template
rebind< float >::other > 
backgroundColor
int32_t maxLines
int32_t mode
std::vector< int32_t, typename
ContainerAllocator::template
rebind< int32_t >::other > 
position
std::vector< int32_t, typename
ContainerAllocator::template
rebind< int32_t >::other > 
size
std::vector< float, typename
ContainerAllocator::template
rebind< float >::other > 
textColor
std::basic_string< char,
std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other > 
title

Detailed Description

template<class ContainerAllocator>
struct vrep_common::simRosAuxiliaryConsoleOpenRequest_< ContainerAllocator >

Definition at line 25 of file simRosAuxiliaryConsoleOpen.h.


Member Typedef Documentation

template<class ContainerAllocator >
typedef std::vector<float, typename ContainerAllocator::template rebind<float>::other > vrep_common::simRosAuxiliaryConsoleOpenRequest_< ContainerAllocator >::_backgroundColor_type

Definition at line 68 of file simRosAuxiliaryConsoleOpen.h.

template<class ContainerAllocator >
typedef int32_t vrep_common::simRosAuxiliaryConsoleOpenRequest_< ContainerAllocator >::_maxLines_type

Definition at line 53 of file simRosAuxiliaryConsoleOpen.h.

template<class ContainerAllocator >
typedef int32_t vrep_common::simRosAuxiliaryConsoleOpenRequest_< ContainerAllocator >::_mode_type

Definition at line 56 of file simRosAuxiliaryConsoleOpen.h.

template<class ContainerAllocator >
typedef std::vector<int32_t, typename ContainerAllocator::template rebind<int32_t>::other > vrep_common::simRosAuxiliaryConsoleOpenRequest_< ContainerAllocator >::_position_type

Definition at line 59 of file simRosAuxiliaryConsoleOpen.h.

template<class ContainerAllocator >
typedef std::vector<int32_t, typename ContainerAllocator::template rebind<int32_t>::other > vrep_common::simRosAuxiliaryConsoleOpenRequest_< ContainerAllocator >::_size_type

Definition at line 62 of file simRosAuxiliaryConsoleOpen.h.

template<class ContainerAllocator >
typedef std::vector<float, typename ContainerAllocator::template rebind<float>::other > vrep_common::simRosAuxiliaryConsoleOpenRequest_< ContainerAllocator >::_textColor_type

Definition at line 65 of file simRosAuxiliaryConsoleOpen.h.

template<class ContainerAllocator >
typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > vrep_common::simRosAuxiliaryConsoleOpenRequest_< ContainerAllocator >::_title_type

Definition at line 50 of file simRosAuxiliaryConsoleOpen.h.

template<class ContainerAllocator >
typedef boost::shared_ptr< ::vrep_common::simRosAuxiliaryConsoleOpenRequest_<ContainerAllocator> const> vrep_common::simRosAuxiliaryConsoleOpenRequest_< ContainerAllocator >::ConstPtr

Definition at line 73 of file simRosAuxiliaryConsoleOpen.h.

template<class ContainerAllocator >
typedef boost::shared_ptr< ::vrep_common::simRosAuxiliaryConsoleOpenRequest_<ContainerAllocator> > vrep_common::simRosAuxiliaryConsoleOpenRequest_< ContainerAllocator >::Ptr

Definition at line 72 of file simRosAuxiliaryConsoleOpen.h.

template<class ContainerAllocator >
typedef simRosAuxiliaryConsoleOpenRequest_<ContainerAllocator> vrep_common::simRosAuxiliaryConsoleOpenRequest_< ContainerAllocator >::Type

Definition at line 26 of file simRosAuxiliaryConsoleOpen.h.


Constructor & Destructor Documentation

template<class ContainerAllocator >
vrep_common::simRosAuxiliaryConsoleOpenRequest_< ContainerAllocator >::simRosAuxiliaryConsoleOpenRequest_ (  )  [inline]

Definition at line 28 of file simRosAuxiliaryConsoleOpen.h.

template<class ContainerAllocator >
vrep_common::simRosAuxiliaryConsoleOpenRequest_< ContainerAllocator >::simRosAuxiliaryConsoleOpenRequest_ ( const ContainerAllocator &  _alloc  )  [inline]

Definition at line 39 of file simRosAuxiliaryConsoleOpen.h.


Member Data Documentation

template<class ContainerAllocator >
boost::shared_ptr<std::map<std::string, std::string> > vrep_common::simRosAuxiliaryConsoleOpenRequest_< ContainerAllocator >::__connection_header

Definition at line 74 of file simRosAuxiliaryConsoleOpen.h.

template<class ContainerAllocator >
std::vector<float, typename ContainerAllocator::template rebind<float>::other > vrep_common::simRosAuxiliaryConsoleOpenRequest_< ContainerAllocator >::backgroundColor

Definition at line 69 of file simRosAuxiliaryConsoleOpen.h.

template<class ContainerAllocator >
int32_t vrep_common::simRosAuxiliaryConsoleOpenRequest_< ContainerAllocator >::maxLines

Definition at line 54 of file simRosAuxiliaryConsoleOpen.h.

template<class ContainerAllocator >
int32_t vrep_common::simRosAuxiliaryConsoleOpenRequest_< ContainerAllocator >::mode

Definition at line 57 of file simRosAuxiliaryConsoleOpen.h.

template<class ContainerAllocator >
std::vector<int32_t, typename ContainerAllocator::template rebind<int32_t>::other > vrep_common::simRosAuxiliaryConsoleOpenRequest_< ContainerAllocator >::position

Definition at line 60 of file simRosAuxiliaryConsoleOpen.h.

template<class ContainerAllocator >
std::vector<int32_t, typename ContainerAllocator::template rebind<int32_t>::other > vrep_common::simRosAuxiliaryConsoleOpenRequest_< ContainerAllocator >::size

Definition at line 63 of file simRosAuxiliaryConsoleOpen.h.

template<class ContainerAllocator >
std::vector<float, typename ContainerAllocator::template rebind<float>::other > vrep_common::simRosAuxiliaryConsoleOpenRequest_< ContainerAllocator >::textColor

Definition at line 66 of file simRosAuxiliaryConsoleOpen.h.

template<class ContainerAllocator >
std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > vrep_common::simRosAuxiliaryConsoleOpenRequest_< ContainerAllocator >::title

Definition at line 51 of file simRosAuxiliaryConsoleOpen.h.


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


vrep_common
Author(s): Barros
autogenerated on Wed Jul 23 04:34:03 2014