iv::Resource_LogTrace Class Reference
#include <ResourcePath.hpp>
Public Member Functions | |
| Resource_LogTrace (ResourcePath const &path) | |
| virtual void | PrintTraceLine (std::ostream &out) override |
Public Member Functions inherited from iv::LogTrace | |
| LogTrace () | |
| ~LogTrace () | |
| LogTrace (LogTrace const &)=delete | |
| LogTrace & | operator= (LogTrace const &)=delete |
Additional Inherited Members | |
Static Public Member Functions inherited from iv::LogTrace | |
| static void | PrintTrace (std::ostream &) |
| static unsigned | GetChangeCounter () |
Detailed Description
Definition at line 72 of file ResourcePath.hpp.
Constructor & Destructor Documentation
◆ Resource_LogTrace()
|
inline |
Definition at line 75 of file ResourcePath.hpp.
Member Function Documentation
◆ PrintTraceLine()
|
inlineoverridevirtual |
Print current trace info. It is typically one line. Should end with a newline character.
Implements iv::LogTrace.
Definition at line 80 of file ResourcePath.hpp.
The documentation for this class was generated from the following file:
- ivorium_systems/ResourceManagementSystem/ResourcePath.hpp

Public Member Functions inherited from 