Panda3D
Functions | Variables
xLexerDefs.h File Reference

PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University. More...

#include "pandatoolbase.h"

Go to the source code of this file.

Functions

int x_error_count ()
 
void x_init_lexer (std::istream &in, const std::string &filename)
 
int x_warning_count ()
 
void xyyerror (const std::string &msg)
 
void xyyerror (const std::string &msg, int line_number, int col_number, const std::string &current_line)
 
int xyylex ()
 
void xyywarning (const std::string &msg)
 

Variables

int x_col_number
 
char x_current_line []
 
int x_line_number
 

Detailed Description

PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.

All rights reserved.

All use of this software is subject to the terms of the revised BSD license. You should have received a copy of this license along with this source code in a file named "LICENSE."

Author
drose
Date
2004-10-03

Definition in file xLexerDefs.h.