MatchState Struct Reference

List of all members.

Public Attributes

const char * src_init
const char * src_end
lua_StateL
int level
struct {
   const char *   init
   ptrdiff_t   len
capture [LUA_MAXCAPTURES]


Detailed Description

Definition at line 169 of file lstrlib.cpp.


Member Data Documentation

const char* MatchState::src_init

Definition at line 170 of file lstrlib.cpp.

Referenced by gmatch_aux(), match(), push_onecapture(), str_find_aux(), and str_gsub().

const char* MatchState::src_end

Definition at line 171 of file lstrlib.cpp.

Referenced by gmatch_aux(), match(), match_capture(), max_expand(), str_find_aux(), and str_gsub().

lua_State* MatchState::L

Definition at line 172 of file lstrlib.cpp.

Referenced by add_s(), add_value(), capture_to_close(), check_capture(), classend(), gmatch_aux(), match(), matchbalance(), push_captures(), push_onecapture(), start_capture(), str_find_aux(), and str_gsub().

int MatchState::level

Definition at line 173 of file lstrlib.cpp.

Referenced by capture_to_close(), check_capture(), gmatch_aux(), push_captures(), push_onecapture(), start_capture(), str_find_aux(), and str_gsub().

const char* MatchState::init

Definition at line 175 of file lstrlib.cpp.

Referenced by end_capture(), match_capture(), push_onecapture(), and start_capture().

ptrdiff_t MatchState::len

Definition at line 176 of file lstrlib.cpp.

Referenced by capture_to_close(), check_capture(), end_capture(), match_capture(), push_onecapture(), and start_capture().

struct { ... } MatchState::capture[LUA_MAXCAPTURES]

Referenced by capture_to_close(), check_capture(), end_capture(), match_capture(), push_onecapture(), and start_capture().


The documentation for this struct was generated from the following file:
Generated on Mon Feb 16 15:15:04 2009 for Scorched3D by  doxygen 1.5.3