#include <Say.h>
Public Types | |
| typedef std::basic_string < char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other > | _text_type |
| typedef std::basic_string < char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other > | _voice_type |
| typedef boost::shared_ptr < ::tts_server::SayRequest_ < ContainerAllocator > const > | ConstPtr |
| typedef boost::shared_ptr < ::tts_server::SayRequest_ < ContainerAllocator > > | Ptr |
| typedef SayRequest_ < ContainerAllocator > | Type |
Public Member Functions | |
| SayRequest_ () | |
| SayRequest_ (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 > | text |
| std::basic_string< char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other > | voice |
| typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > tts_server::SayRequest_< ContainerAllocator >::_text_type |
| typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > tts_server::SayRequest_< ContainerAllocator >::_voice_type |
| typedef boost::shared_ptr< ::tts_server::SayRequest_<ContainerAllocator> const> tts_server::SayRequest_< ContainerAllocator >::ConstPtr |
| typedef boost::shared_ptr< ::tts_server::SayRequest_<ContainerAllocator> > tts_server::SayRequest_< ContainerAllocator >::Ptr |
| typedef SayRequest_<ContainerAllocator> tts_server::SayRequest_< ContainerAllocator >::Type |
| tts_server::SayRequest_< ContainerAllocator >::SayRequest_ | ( | ) | [inline] |
| tts_server::SayRequest_< ContainerAllocator >::SayRequest_ | ( | const ContainerAllocator & | _alloc | ) | [inline] |
| boost::shared_ptr<std::map<std::string, std::string> > tts_server::SayRequest_< ContainerAllocator >::__connection_header |
| std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > tts_server::SayRequest_< ContainerAllocator >::text |
| std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > tts_server::SayRequest_< ContainerAllocator >::voice |