CMS 3D CMS Logo

ParseError Class Reference

#include <Iguana/Framework/interface/IgParser.h>

List of all members.

Public Types

enum  { POSITION_UNKNOWN = -1 }

Public Member Functions

 ParseError (int position=POSITION_UNKNOWN)

Private Attributes

int m_position


Detailed Description

Definition at line 9 of file IgParser.h.


Member Enumeration Documentation

anonymous enum

Enumerator:
POSITION_UNKNOWN 

Definition at line 12 of file IgParser.h.

00012 { POSITION_UNKNOWN = -1 };


Constructor & Destructor Documentation

ParseError::ParseError ( int  position = POSITION_UNKNOWN  )  [inline]

Definition at line 13 of file IgParser.h.

00014   :m_position(position)
00015   {}


Member Data Documentation

int ParseError::m_position [private]

Definition at line 17 of file IgParser.h.


The documentation for this class was generated from the following file:
Generated on Tue Jun 9 18:29:27 2009 for CMSSW by  doxygen 1.5.4