My Project
Public Types | Public Member Functions | Protected Attributes
Gis_read_stream Class Reference

List of all members.

Public Types

enum  enum_tok_types {
  unknown, eostream, word, numeric,
  l_bra, r_bra, comma
}

Public Member Functions

 Gis_read_stream (const CHARSET_INFO *charset, const char *buffer, int size)
enum enum_tok_types get_next_toc_type ()
bool get_next_word (LEX_STRING *)
bool get_next_number (double *)
bool check_next_symbol (char)
void skip_space ()
bool skip_char (char skip)
void set_error_msg (const char *msg)
char * get_error_msg ()

Protected Attributes

const char * m_cur
const char * m_limit
char * m_err_msg
const CHARSET_INFO * m_charset

The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines