ALib C++ Library
Library Version: 2402 R1
Documentation generated by doxygen
Loading...
Searching...
No Matches
ScopeInfo::Scope Struct Reference

Description:

Holds values for the current scope. Because recursive logging might occur (e.g. when parameters rely on method invocations which incorporate log statements), objects of this class are stored in stack scopes.

Definition at line 197 of file scopeinfo.inl.

Collaboration diagram for ScopeInfo::Scope:
[legend]

Public Field Index:

int origLine
 
NCString origMethod
 
SourceFilesourceFile
 
Ticks timeStamp
 

Field Details:

◆ origLine

int origLine

Line number within the source file (given by the C++ preprocessor)

Definition at line 206 of file scopeinfo.inl.

◆ origMethod

NCString origMethod

Function/method name (given by the C++ preprocessor)

Definition at line 209 of file scopeinfo.inl.

◆ sourceFile

SourceFile* sourceFile

The entry of the source file cache

Definition at line 203 of file scopeinfo.inl.

◆ timeStamp

Ticks timeStamp

Time of the call represented by this instance.

Definition at line 200 of file scopeinfo.inl.


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