StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Member Functions | Protected Attributes | List of all members
picojson::input< Iter > Class Template Reference

Public Member Functions

 input (const Iter &first, const Iter &last)
 
int getc ()
 
void ungetc ()
 
Iter cur () const
 
int line () const
 
void skip_ws ()
 
int expect (int expect)
 
bool match (const std::string &pattern)
 
 input (const Iter &first, const Iter &last)
 
int getc ()
 
void ungetc ()
 
Iter cur () const
 
int line () const
 
void skip_ws ()
 
int expect (int expect)
 
bool match (const std::string &pattern)
 

Protected Attributes

Iter cur_
 
Iter end_
 
int last_ch_
 
bool ungot_
 
int line_
 

Detailed Description

template<typename Iter>
class picojson::input< Iter >

Definition at line 349 of file picojson.h.


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