Typedefs | Functions
OSCommandLineReader.cpp File Reference
#include "OSCommandLineReader.h"
#include "OSCommandLine.h"
#include "OSFileUtil.h"
#include "OSConfig.h"
#include "OSOutput.h"
#include <stdio.h>
Include dependency graph for OSCommandLineReader.cpp:

Go to the source code of this file.

Typedefs

typedef struct yy_buffer_stateYY_BUFFER_STATE
 

Functions

YY_BUFFER_STATE osss_scan_string (const char *osss, void *scanner)
 
void setyyextra (OSCommandLine *oscommandline, void *scanner)
 
int ossslex (void *scanner)
 
int ossslex_init (void **ptr)
 
int ossslex_destroy (void *scanner)
 

Detailed Description

Author
Horand Gassmann, Jun Ma, Kipp Martin
Remarks
Copyright (C) 2011-2013, 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 OSCommandLineReader.cpp.

Typedef Documentation

Definition at line 30 of file OSCommandLineReader.cpp.

Function Documentation

YY_BUFFER_STATE osss_scan_string ( const char *  osss,
void scanner 
)
void setyyextra ( OSCommandLine oscommandline,
void scanner 
)

Definition at line 3383 of file OSParseosss.cpp.

int ossslex ( void scanner)
int ossslex_init ( void **  ptr)

Definition at line 3211 of file OSParseosss.cpp.

int ossslex_destroy ( void scanner)

Definition at line 3302 of file OSParseosss.cpp.