#include <AvailableVoices.h>
Public Types | |
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 > | _voices_type |
typedef boost::shared_ptr < ::tts_server::AvailableVoicesResponse_ < ContainerAllocator > const > | ConstPtr |
typedef boost::shared_ptr < ::tts_server::AvailableVoicesResponse_ < ContainerAllocator > > | Ptr |
typedef AvailableVoicesResponse_ < ContainerAllocator > | Type |
Public Member Functions | |
AvailableVoicesResponse_ () | |
AvailableVoicesResponse_ (const ContainerAllocator &_alloc) | |
Public Attributes | |
boost::shared_ptr< std::map < std::string, std::string > > | __connection_header |
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 > | voices |
Definition at line 48 of file AvailableVoices.h.
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 > tts_server::AvailableVoicesResponse_< ContainerAllocator >::_voices_type |
Definition at line 61 of file AvailableVoices.h.
typedef boost::shared_ptr< ::tts_server::AvailableVoicesResponse_<ContainerAllocator> const> tts_server::AvailableVoicesResponse_< ContainerAllocator >::ConstPtr |
Definition at line 66 of file AvailableVoices.h.
typedef boost::shared_ptr< ::tts_server::AvailableVoicesResponse_<ContainerAllocator> > tts_server::AvailableVoicesResponse_< ContainerAllocator >::Ptr |
Definition at line 65 of file AvailableVoices.h.
typedef AvailableVoicesResponse_<ContainerAllocator> tts_server::AvailableVoicesResponse_< ContainerAllocator >::Type |
Definition at line 49 of file AvailableVoices.h.
tts_server::AvailableVoicesResponse_< ContainerAllocator >::AvailableVoicesResponse_ | ( | ) | [inline] |
Definition at line 51 of file AvailableVoices.h.
tts_server::AvailableVoicesResponse_< ContainerAllocator >::AvailableVoicesResponse_ | ( | const ContainerAllocator & | _alloc | ) | [inline] |
Definition at line 56 of file AvailableVoices.h.
boost::shared_ptr<std::map<std::string, std::string> > tts_server::AvailableVoicesResponse_< ContainerAllocator >::__connection_header |
Definition at line 67 of file AvailableVoices.h.
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 > tts_server::AvailableVoicesResponse_< ContainerAllocator >::voices |
Definition at line 62 of file AvailableVoices.h.