HDK
|
#include <APEX_Generic.h>
Public Member Functions | |
void | initializeFromCompileArguments (const APEX_Graph *in_graph, APEX_NodeID for_node, APEX_Program *bind_to) |
template<typename... Args> | |
void | addError (const char *fmt, const Args &...args) const |
Add a string error using format()-style arguments. More... | |
template<typename... Args> | |
void | addWarning (const char *fmt, const Args &...args) const |
Add a string warning using format()-style arguments. More... | |
template<typename... Args> | |
void | addMessage (const char *fmt, const Args &...args) const |
Add a string message using format()-style arguments. More... | |
void | stealErrors (UT_ErrorManager &err_mgr) |
Steal errors from another error manager. More... | |
const UT_ErrorManager & | errorManager () const |
const UT_StringHolder & | nodePath () const |
APEX callbacks defined using APEX_GenericFunctionRunData whose RunData inherits from this class will be automatically provided with a UT_ErrorManager for reporting computation errors.
Definition at line 44 of file APEX_Generic.h.
|
inline |
Add a string error using format()-style arguments.
Definition at line 56 of file APEX_Generic.h.
|
inline |
Add a string message using format()-style arguments.
Definition at line 70 of file APEX_Generic.h.
|
inline |
Add a string warning using format()-style arguments.
Definition at line 63 of file APEX_Generic.h.
|
inline |
Accesssors
Definition at line 77 of file APEX_Generic.h.
void apex::APEX_RunDataErrorBase::initializeFromCompileArguments | ( | const APEX_Graph * | in_graph, |
APEX_NodeID | for_node, | ||
APEX_Program * | bind_to | ||
) |
Extract the error manager from the program.
|
inline |
Accesssors
Definition at line 78 of file APEX_Generic.h.
|
inline |
Steal errors from another error manager.
Definition at line 82 of file APEX_Generic.h.