Public Member Functions | Public Attributes | List of all members
CondCtx Struct Reference

Public Member Functions

 CondCtx (int line, QCString id, bool b)
 
 CondCtx (int line, QCString id, bool b)
 

Public Attributes

int lineNr
 
QCString sectionId
 
bool skip
 

Detailed Description

Definition at line 1091 of file commentcnv.cpp.

Constructor & Destructor Documentation

CondCtx::CondCtx ( int  line,
QCString  id,
bool  b 
)
inline

Definition at line 1093 of file commentcnv.cpp.

1094  : lineNr(line),sectionId(id), skip(b) {}
QCString sectionId
void line(double t, double *p, double &x, double &y, double &z)
static bool * b
Definition: config.cpp:1043
CondCtx::CondCtx ( int  line,
QCString  id,
bool  b 
)
inline

Definition at line 2573 of file pre.cpp.

2574  : lineNr(line),sectionId(id), skip(b) {}
QCString sectionId
void line(double t, double *p, double &x, double &y, double &z)
static bool * b
Definition: config.cpp:1043

Member Data Documentation

int CondCtx::lineNr

Definition at line 1095 of file commentcnv.cpp.

QCString CondCtx::sectionId

Definition at line 1096 of file commentcnv.cpp.

bool CondCtx::skip

Definition at line 1097 of file commentcnv.cpp.


The documentation for this struct was generated from the following files: