HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
TfCallContext Class Reference

#include <callContext.h>

Public Member Functions

constexpr TfCallContext ()
 
constexpr TfCallContext (char const *file, char const *function, size_t line, char const *prettyFunction)
 
char constGetFile () const
 
char constGetFunction () const
 
size_t GetLine () const
 
char constGetPrettyFunction () const
 
TfCallContext constHide () const
 
bool IsHidden () const
 
 operator bool () const
 

Detailed Description

Definition at line 50 of file callContext.h.

Constructor & Destructor Documentation

constexpr TfCallContext::TfCallContext ( )
inline

Definition at line 53 of file callContext.h.

constexpr TfCallContext::TfCallContext ( char const file,
char const function,
size_t  line,
char const prettyFunction 
)
inline

Definition at line 60 of file callContext.h.

Member Function Documentation

char const* TfCallContext::GetFile ( ) const
inline

Definition at line 72 of file callContext.h.

char const* TfCallContext::GetFunction ( ) const
inline

Definition at line 76 of file callContext.h.

size_t TfCallContext::GetLine ( ) const
inline

Definition at line 80 of file callContext.h.

char const* TfCallContext::GetPrettyFunction ( ) const
inline

Definition at line 84 of file callContext.h.

TfCallContext const& TfCallContext::Hide ( ) const
inline

Definition at line 88 of file callContext.h.

bool TfCallContext::IsHidden ( ) const
inline

Definition at line 93 of file callContext.h.

TfCallContext::operator bool ( ) const
inlineexplicit

Definition at line 97 of file callContext.h.


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