Guitarix
gx_system::ModifyState Class Reference
Inheritance diagram for gx_system::ModifyState:
Collaboration diagram for gx_system::ModifyState:

Public Member Functions

 ModifyState (const string &name)
 
 ~ModifyState ()
 
virtual void close ()
 
- Public Member Functions inherited from gx_system::JsonWriter
 JsonWriter (ostream *o=0, bool enable_newlines=true)
 
virtual ~JsonWriter ()
 
void reset ()
 
void set_stream (ostream *o)
 
bool good ()
 
void flush ()
 
bool is_closed ()
 
void write (float v, bool nl=false)
 
void write (double v, bool nl=false)
 
void write (int i, bool nl=false)
 
void write (unsigned int i, bool nl=false)
 
void write (const char *p, bool nl=false)
 
void write (const string &s, bool nl=false)
 
void write_kv (const char *key, float v)
 
void write_kv (const char *key, double v)
 
void write_kv (const char *key, int i)
 
void write_kv (const char *key, unsigned int i)
 
void write_kv (const char *key, const char *p)
 
void write_kv (const char *key, const std::string &s)
 
void write_lit (const string &s, bool nl=false)
 
void begin_object (bool nl=false)
 
void end_object (bool nl=false)
 
void begin_array (bool nl=false)
 
void end_array (bool nl=false)
 
void write_key (const char *p, bool nl=false)
 
void write_key (const string &p, bool nl=false)
 
void write_null (bool nl=false)
 
void newline ()
 

Detailed Description

Definition at line 764 of file gx_json.cpp.

Constructor & Destructor Documentation

§ ModifyState()

gx_system::ModifyState::ModifyState ( const string &  name)

Definition at line 775 of file gx_json.cpp.

Referenced by gx_system::StateFile::create_writer().

§ ~ModifyState()

gx_system::ModifyState::~ModifyState ( )

Definition at line 784 of file gx_json.cpp.

Member Function Documentation

§ close()

void gx_system::ModifyState::close ( void  )
virtual

Reimplemented from gx_system::JsonWriter.

Definition at line 788 of file gx_json.cpp.

Referenced by ~ModifyState().


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