GATE
gate::enc::TextFormat Class Reference
Inheritance diagram for gate::enc::TextFormat:
gate::NonCopyable

Public Member Functions

 TextFormat (String const &format)
 
void addText (String const &text)
 
void addInt (gate_int64_t num)
 
void addReal (gate_real64_t num)
 
String toString ()
 
String toString () const
 
TextFormatoperator% (String const &text)
 
TextFormatoperator% (int8_t const &num)
 
TextFormatoperator% (int16_t const &num)
 
TextFormatoperator% (int32_t const &num)
 
TextFormatoperator% (int64_t const &num)
 
TextFormatoperator% (uint8_t const &num)
 
TextFormatoperator% (uint16_t const &num)
 
TextFormatoperator% (uint32_t const &num)
 
TextFormatoperator% (uint64_t const &num)
 
TextFormatoperator% (real32_t const &real)
 
TextFormatoperator% (real64_t const &real)
 
gate_text_formater_tc_impl ()
 
gate_text_formater_t const * c_impl () const
 
 operator String ()
 
 operator String () const
 

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