roslib::Log_< ContainerAllocator > Struct Template Reference

#include <Log.h>

List of all members.

Public Types

enum  { DEBUG = 1 }
enum  { INFO = 2 }
enum  { WARN = 4 }
enum  { ERROR = 8 }
enum  { FATAL = 16 }
typedef std::basic_string
< char, std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other > 
_file_type
typedef std::basic_string
< char, std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other > 
_function_type
typedef ::roslib::Header_
< ContainerAllocator > 
_header_type
typedef int8_t _level_type
typedef uint32_t _line_type
typedef std::basic_string
< char, std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other > 
_msg_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 > 
_topics_type
typedef boost::shared_ptr
< ::roslib::Log_
< ContainerAllocator > const > 
ConstPtr
typedef boost::shared_ptr
< ::roslib::Log_
< ContainerAllocator > > 
Ptr
typedef Log_< ContainerAllocator > Type

Public Member Functions

const std::string __getDataType () const
const std::string __getMD5Sum () const
const std::string __getMessageDefinition () const
virtual uint8_t * deserialize (uint8_t *read_ptr)
uint32_t get_topics_size () const
void get_topics_vec (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 > &vec) const
 Log_ (const ContainerAllocator &_alloc)
 Log_ ()
virtual uint32_t serializationLength () const
virtual uint8_t * serialize (uint8_t *write_ptr, uint32_t seq) const
void set_topics_size (uint32_t size)
void set_topics_vec (const 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 > &vec)

Static Public Member Functions

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

Public Attributes

std::basic_string< char,
std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other > 
file
std::basic_string< char,
std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other > 
function
::roslib::Header_
< ContainerAllocator > 
header
int8_t level
uint32_t line
std::basic_string< char,
std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other > 
msg
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 > 
topics

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 roslib::Log_< ContainerAllocator >

Definition at line 20 of file Log.h.


Member Typedef Documentation

template<class ContainerAllocator >
typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > roslib::Log_< ContainerAllocator >::_file_type

Definition at line 60 of file Log.h.

template<class ContainerAllocator >
typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > roslib::Log_< ContainerAllocator >::_function_type

Definition at line 63 of file Log.h.

template<class ContainerAllocator >
typedef ::roslib::Header_<ContainerAllocator> roslib::Log_< ContainerAllocator >::_header_type

Definition at line 48 of file Log.h.

template<class ContainerAllocator >
typedef int8_t roslib::Log_< ContainerAllocator >::_level_type

Definition at line 51 of file Log.h.

template<class ContainerAllocator >
typedef uint32_t roslib::Log_< ContainerAllocator >::_line_type

Definition at line 66 of file Log.h.

template<class ContainerAllocator >
typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > roslib::Log_< ContainerAllocator >::_msg_type

Definition at line 57 of file Log.h.

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

Definition at line 54 of file Log.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 > roslib::Log_< ContainerAllocator >::_topics_type

Definition at line 69 of file Log.h.

template<class ContainerAllocator >
typedef boost::shared_ptr< ::roslib::Log_<ContainerAllocator> const> roslib::Log_< ContainerAllocator >::ConstPtr

Definition at line 184 of file Log.h.

template<class ContainerAllocator >
typedef boost::shared_ptr< ::roslib::Log_<ContainerAllocator> > roslib::Log_< ContainerAllocator >::Ptr

Definition at line 183 of file Log.h.

template<class ContainerAllocator >
typedef Log_<ContainerAllocator> roslib::Log_< ContainerAllocator >::Type

Definition at line 22 of file Log.h.


Member Enumeration Documentation

template<class ContainerAllocator >
anonymous enum
Enumerator:
DEBUG 

Definition at line 72 of file Log.h.

template<class ContainerAllocator >
anonymous enum
Enumerator:
INFO 

Definition at line 73 of file Log.h.

template<class ContainerAllocator >
anonymous enum
Enumerator:
WARN 

Definition at line 74 of file Log.h.

template<class ContainerAllocator >
anonymous enum
Enumerator:
ERROR 

Definition at line 75 of file Log.h.

template<class ContainerAllocator >
anonymous enum
Enumerator:
FATAL 

Definition at line 76 of file Log.h.


Constructor & Destructor Documentation

template<class ContainerAllocator >
roslib::Log_< ContainerAllocator >::Log_ (  )  [inline]

Definition at line 24 of file Log.h.

template<class ContainerAllocator >
roslib::Log_< ContainerAllocator >::Log_ ( const ContainerAllocator &  _alloc  )  [inline]

Definition at line 36 of file Log.h.


Member Function Documentation

template<class ContainerAllocator >
const std::string roslib::Log_< ContainerAllocator >::__getDataType (  )  const [inline]

Definition at line 87 of file Log.h.

template<class ContainerAllocator >
const std::string roslib::Log_< ContainerAllocator >::__getMD5Sum (  )  const [inline]

Definition at line 94 of file Log.h.

template<class ContainerAllocator >
const std::string roslib::Log_< ContainerAllocator >::__getMessageDefinition (  )  const [inline]

Definition at line 139 of file Log.h.

template<class ContainerAllocator >
static const std::string roslib::Log_< ContainerAllocator >::__s_getDataType (  )  [inline, static]

Definition at line 85 of file Log.h.

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

Definition at line 83 of file Log.h.

template<class ContainerAllocator >
static const std::string roslib::Log_< ContainerAllocator >::__s_getMD5Sum (  )  [inline, static]

Definition at line 92 of file Log.h.

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

Definition at line 90 of file Log.h.

template<class ContainerAllocator >
static const std::string roslib::Log_< ContainerAllocator >::__s_getMessageDefinition (  )  [inline, static]

Definition at line 137 of file Log.h.

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

Definition at line 97 of file Log.h.

template<class ContainerAllocator >
virtual uint8_t* roslib::Log_< ContainerAllocator >::deserialize ( uint8_t *  read_ptr  )  [inline, virtual]

Definition at line 155 of file Log.h.

template<class ContainerAllocator >
uint32_t roslib::Log_< ContainerAllocator >::get_topics_size (  )  const [inline]

Definition at line 78 of file Log.h.

template<class ContainerAllocator >
void roslib::Log_< ContainerAllocator >::get_topics_vec ( 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 > &  vec  )  const [inline]

Definition at line 80 of file Log.h.

template<class ContainerAllocator >
virtual uint32_t roslib::Log_< ContainerAllocator >::serializationLength (  )  const [inline, virtual]

Definition at line 169 of file Log.h.

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

Definition at line 141 of file Log.h.

template<class ContainerAllocator >
void roslib::Log_< ContainerAllocator >::set_topics_size ( uint32_t  size  )  [inline]

Definition at line 79 of file Log.h.

template<class ContainerAllocator >
void roslib::Log_< ContainerAllocator >::set_topics_vec ( const 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 > &  vec  )  [inline]

Definition at line 81 of file Log.h.


Member Data Documentation

template<class ContainerAllocator >
std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > roslib::Log_< ContainerAllocator >::file

Definition at line 61 of file Log.h.

template<class ContainerAllocator >
std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > roslib::Log_< ContainerAllocator >::function

Definition at line 64 of file Log.h.

template<class ContainerAllocator >
::roslib::Header_<ContainerAllocator> roslib::Log_< ContainerAllocator >::header

Definition at line 49 of file Log.h.

template<class ContainerAllocator >
int8_t roslib::Log_< ContainerAllocator >::level

Definition at line 52 of file Log.h.

template<class ContainerAllocator >
uint32_t roslib::Log_< ContainerAllocator >::line

Definition at line 67 of file Log.h.

template<class ContainerAllocator >
std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > roslib::Log_< ContainerAllocator >::msg

Definition at line 58 of file Log.h.

template<class ContainerAllocator >
std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > roslib::Log_< ContainerAllocator >::name

Definition at line 55 of file Log.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 > roslib::Log_< ContainerAllocator >::topics

Definition at line 70 of file Log.h.


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


roslib
Author(s): Ken Conley/kwc@willowgarage.com, Morgan Quigley/mquigley@cs.stanford.edu, Josh Faust/jfaust@willowgarage.com
autogenerated on Fri Jan 11 09:50:57 2013