|  | 
| static Document * | parseBuffer (const void *, size_t, string *) | 
|  | Parses NCL-ltab from memory buffer. 
 | 
|  | 
| static Document * | parseFile (const string &, string *) | 
|  | Parses NCL-ltab from Lua script. 
 | 
|  | 
◆ parseBuffer()
  
  | 
        
          | Document * ginga::ParserLua::parseBuffer | ( | const void * | buf, |  
          |  |  | size_t | size, |  
          |  |  | string * | errmsg ) |  | static | 
 
Parses NCL-ltab from memory buffer. 
- Parameters
- 
  
    |  | buf | Buffer. |  |  | size | Buffer size in bytes. |  | [out] | errmsg | Variable to store the error message (if any). |  
 
- Returns
- The resulting #Document if successful, or null otherwise. 
 
 
◆ parseFile()
  
  | 
        
          | Document * ginga::ParserLua::parseFile | ( | const string & | path, |  
          |  |  | string * | errmsg ) |  | static | 
 
Parses NCL-ltab from Lua script. 
- Parameters
- 
  
    |  | path | File path. |  | [out] | errmsg | Variable to store the error message (if any). |  
 
- Returns
- The resulting #Document if successful, or null otherwise. 
 
 
The documentation for this class was generated from the following files:
- /__w/ginga/ginga/lib/ParserLua.h
- /__w/ginga/ginga/lib/ParserLua.cpp