Public Member Functions | |
| CallDepth () | |
| ~CallDepth () | |
Static Public Attributes | |
| int | fsDepth = 0 |
|
|
Definition at line 58 of file IoInputModule.cxx. 00058 { ++fsDepth; }
|
|
|
Definition at line 59 of file IoInputModule.cxx. 00059 { --fsDepth; }
|
|
|
Definition at line 62 of file IoInputModule.cxx. Referenced by IoInputModule::GoTo(), IoInputModule::GoToFile(), IoInputModule::Next(), IoInputModule::NextFile(), IoInputModule::Prev(), and IoInputModule::PrevFile(). |
1.3.9.1