Public Types | Public Member Functions | Public Attributes
tts_server::SayRequest_< ContainerAllocator > Struct Template Reference

#include <Say.h>

List of all members.

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

Detailed Description

template<class ContainerAllocator>
struct tts_server::SayRequest_< ContainerAllocator >

Definition at line 25 of file Say.h.


Member Typedef Documentation

template<class ContainerAllocator >
typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > tts_server::SayRequest_< ContainerAllocator >::_text_type

Definition at line 43 of file Say.h.

template<class ContainerAllocator >
typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > tts_server::SayRequest_< ContainerAllocator >::_voice_type

Definition at line 40 of file Say.h.

template<class ContainerAllocator >
typedef boost::shared_ptr< ::tts_server::SayRequest_<ContainerAllocator> const> tts_server::SayRequest_< ContainerAllocator >::ConstPtr

Definition at line 48 of file Say.h.

template<class ContainerAllocator >
typedef boost::shared_ptr< ::tts_server::SayRequest_<ContainerAllocator> > tts_server::SayRequest_< ContainerAllocator >::Ptr

Definition at line 47 of file Say.h.

template<class ContainerAllocator >
typedef SayRequest_<ContainerAllocator> tts_server::SayRequest_< ContainerAllocator >::Type

Definition at line 26 of file Say.h.


Constructor & Destructor Documentation

template<class ContainerAllocator >
tts_server::SayRequest_< ContainerAllocator >::SayRequest_ ( ) [inline]

Definition at line 28 of file Say.h.

template<class ContainerAllocator >
tts_server::SayRequest_< ContainerAllocator >::SayRequest_ ( const ContainerAllocator &  _alloc) [inline]

Definition at line 34 of file Say.h.


Member Data Documentation

template<class ContainerAllocator >
boost::shared_ptr<std::map<std::string, std::string> > tts_server::SayRequest_< ContainerAllocator >::__connection_header

Definition at line 49 of file Say.h.

template<class ContainerAllocator >
std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > tts_server::SayRequest_< ContainerAllocator >::text

Definition at line 44 of file Say.h.

template<class ContainerAllocator >
std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > tts_server::SayRequest_< ContainerAllocator >::voice

Definition at line 41 of file Say.h.


The documentation for this struct was generated from the following file:


tts_server
Author(s): haidai
autogenerated on Thu Dec 12 2013 12:09:34