casa  $Rev:20696$
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Classes | Namespaces | Defines | Typedefs
ds9lex.h File Reference

Go to the source code of this file.

Classes

class  casa::viewer::ds9lex
 Scanner is a derived class to add some extra function to the scanner class. More...
class  CallBack
class  Marker

Namespaces

namespace  casa
 this file contains all the compiler specific defines
namespace  casa::viewer

Defines

#define YY_DECL
 Flex expects the signature of yylex to be defined in the macro YY_DECL, and the C++ parser expects it to be declared.
#define yyFlexLexer
 including without guard results in yyFlexLexer being multiply defined when compiling the scanner...

Typedefs

typedef std::list
< casa::viewer::Region * > 
bison_region_list

Define Documentation

#define YY_DECL

Flex expects the signature of yylex to be defined in the macro YY_DECL, and the C++ parser expects it to be declared.

We can factor both as follows.

Definition at line 8 of file ds9lex.h.

#define yyFlexLexer

including without guard results in yyFlexLexer being multiply defined when compiling the scanner...

Definition at line 18 of file ds9lex.h.


Typedef Documentation

Definition at line 88 of file ds9lex.h.