|
HikoGUI
A low latency retained GUI
|
Public Member Functions | |
| trace () | |
| trace (trace const &)=delete | |
| trace (trace &&)=delete | |
| trace & | operator= (trace const &)=delete |
| trace & | operator= (trace &&)=delete |
| template<typename InfoTag , typename T > | |
| trace & | set (T &&value) |
|
inline |
The constructor will make the start of a trace.
start_trace() should be the only function that will cause this constructor to be executed. start_trace will place this onto current_trace and set this' parent.