uscxml::Transformer Class Reference

Public Member Functions

 Transformer (std::shared_ptr< TransformerImpl > const impl)
 
 Transformer (const Transformer &other)
 
std::shared_ptr< TransformerImplgetImpl ()
 
 operator bool () const
 
 operator Interpreter ()
 
bool operator!= (const Transformer &other) const
 
bool operator< (const Transformer &other) const
 
Transformeroperator= (const Transformer &other)
 
bool operator== (const Transformer &other) const
 
void setExtensions (const std::multimap< std::string, std::string > &extensions)
 
void setOptions (const std::list< std::string > &options)
 
virtual void writeTo (std::ostream &stream)
 

Protected Attributes

std::shared_ptr< TransformerImpl_impl
 

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