My Project
OSrLReader.cpp File Reference
#include "OSrLReader.h"
#include "OSOutput.h"

Go to the source code of this file.

Functions

void yygetOSResult (const char *ch, OSResult *m_osresult, OSrLParserData *m_parserData, OSgLParserData *osglData, OSnLParserData *osnlData)
 
int osrllex_init (void **ptr_yy_globals)
 
int osrllex_destroy (void *scanner)
 
void osrlset_extra (OSrLParserData *parserData, void *yyscanner)
 

Detailed Description

Author
Horand Gassmann, Jun Ma, Kipp Martin,
Remarks
Copyright (C) 2005-2011, Horand Gassmann, Jun Ma, Kipp Martin, Northwestern University, and the University of Chicago. All Rights Reserved. This software is licensed under the Eclipse Public License. Please see the accompanying LICENSE file in root directory for terms.

Definition in file OSrLReader.cpp.

Function Documentation

◆ yygetOSResult()

void yygetOSResult ( const char * ch,
OSResult * m_osresult,
OSrLParserData * m_parserData,
OSgLParserData * osglData,
OSnLParserData * osnlData )

Definition at line 10835 of file OSParseosrl.tab.cpp.

◆ osrllex_init()

int osrllex_init ( void ** ptr_yy_globals)

Definition at line 3586 of file OSParseosrl.cpp.

◆ osrllex_destroy()

int osrllex_destroy ( void * scanner)

Definition at line 3677 of file OSParseosrl.cpp.

◆ osrlset_extra()

void osrlset_extra ( OSrLParserData * parserData,
void * yyscanner )