#include <TopicLoggerResult.h>
Public Types | |
typedef std::basic_string < char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other > | _downloadURL_type |
typedef std::basic_string < char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other > | _target_filename_type |
typedef boost::shared_ptr < ::topic_logger::TopicLoggerResult_ < ContainerAllocator > const > | ConstPtr |
typedef boost::shared_ptr < ::topic_logger::TopicLoggerResult_ < ContainerAllocator > > | Ptr |
typedef TopicLoggerResult_ < ContainerAllocator > | Type |
Public Member Functions | |
TopicLoggerResult_ () | |
TopicLoggerResult_ (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 > | downloadURL |
std::basic_string< char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other > | target_filename |
Definition at line 21 of file TopicLoggerResult.h.
typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > topic_logger::TopicLoggerResult_< ContainerAllocator >::_downloadURL_type |
Definition at line 36 of file TopicLoggerResult.h.
typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > topic_logger::TopicLoggerResult_< ContainerAllocator >::_target_filename_type |
Definition at line 39 of file TopicLoggerResult.h.
typedef boost::shared_ptr< ::topic_logger::TopicLoggerResult_<ContainerAllocator> const> topic_logger::TopicLoggerResult_< ContainerAllocator >::ConstPtr |
Definition at line 44 of file TopicLoggerResult.h.
typedef boost::shared_ptr< ::topic_logger::TopicLoggerResult_<ContainerAllocator> > topic_logger::TopicLoggerResult_< ContainerAllocator >::Ptr |
Definition at line 43 of file TopicLoggerResult.h.
typedef TopicLoggerResult_<ContainerAllocator> topic_logger::TopicLoggerResult_< ContainerAllocator >::Type |
Definition at line 22 of file TopicLoggerResult.h.
topic_logger::TopicLoggerResult_< ContainerAllocator >::TopicLoggerResult_ | ( | ) | [inline] |
Definition at line 24 of file TopicLoggerResult.h.
topic_logger::TopicLoggerResult_< ContainerAllocator >::TopicLoggerResult_ | ( | const ContainerAllocator & | _alloc | ) | [inline] |
Definition at line 30 of file TopicLoggerResult.h.
boost::shared_ptr<std::map<std::string, std::string> > topic_logger::TopicLoggerResult_< ContainerAllocator >::__connection_header |
Definition at line 45 of file TopicLoggerResult.h.
std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > topic_logger::TopicLoggerResult_< ContainerAllocator >::downloadURL |
Definition at line 37 of file TopicLoggerResult.h.
std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > topic_logger::TopicLoggerResult_< ContainerAllocator >::target_filename |
Definition at line 40 of file TopicLoggerResult.h.