Sierra Toolkit
Version of the Day
|
Class Tracespec dissects file specification strings. It contains a single char const pointer to a function specification string. Accessor functions can dissect the function specification string and return various components of it. More...
#include <Trace.hpp>
Public Member Functions | |
Tracespec (const char *function_spec) | |
const char * | getFunctionSpec () const |
Member function getFunctionSpec returns the function's name. More... | |
std::string | getFunctionName () const |
Member function getFunctionName returns the function's name. More... | |
std::string | getFunctionShortName () const |
Member function getFunctionName returns the function's name. More... | |
std::string | getFunctionClass () const |
Member function getFunctionName returns the function's name. More... | |
std::string | getFunctionNamespace () const |
Member function getFunctionName returns the function's name. More... | |
std::string | getFunctionShortClass () const |
Member function getFunctionName returns the function's name. More... | |
Protected Attributes | |
const char * | m_functionSpec |
The member function specification. | |
Class Tracespec dissects file specification strings. It contains a single char const pointer to a function specification string. Accessor functions can dissect the function specification string and return various components of it.
DiagTracingDetail
Definition at line 32 of file stk_util/stk_util/diag/Trace.hpp.