HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
diagnosticHelper.h File Reference
#include "pxr/pxr.h"
#include "pxr/base/tf/api.h"
#include "pxr/base/arch/attributes.h"
#include <locale>
#include <hboost/any.hpp>
#include <string>
+ Include dependency graph for diagnosticHelper.h:

Go to the source code of this file.

Functions

TF_API void Tf_PostErrorHelper (const TfCallContext &context, const TfEnum &code, const std::string &msg)
 
TF_API void Tf_PostErrorHelper (const TfCallContext &context, TfDiagnosticType code, const std::string &msg)
 
TF_API void Tf_PostErrorHelper (const TfCallContext &context, const TfEnum &code, const char *fmt,...) ARCH_PRINTF_FUNCTION(3
 
TF_API void TF_API void Tf_PostErrorHelper (const TfCallContext &context, TfDiagnosticType code, const char *fmt,...) ARCH_PRINTF_FUNCTION(3
 
TF_API void TF_API void TF_API void Tf_PostErrorHelper (const TfCallContext &context, const TfDiagnosticInfo &info, const TfEnum &code, const std::string &msg)
 
TF_API void Tf_PostErrorHelper (const TfCallContext &context, const TfDiagnosticInfo &info, const TfEnum &code, const char *fmt,...) ARCH_PRINTF_FUNCTION(4
 
TF_API void TF_API void Tf_PostQuietlyErrorHelper (const TfCallContext &context, const TfEnum &code, const TfDiagnosticInfo &info, const std::string &msg)
 
TF_API void Tf_PostQuietlyErrorHelper (const TfCallContext &context, const TfEnum &code, const TfDiagnosticInfo &info, const char *fmt,...) ARCH_PRINTF_FUNCTION(4
 
TF_API void TF_API void Tf_PostQuietlyErrorHelper (const TfCallContext &context, const TfEnum &code, const std::string &msg)
 
TF_API void Tf_PostQuietlyErrorHelper (const TfCallContext &context, const TfEnum &code, const char *fmt,...) ARCH_PRINTF_FUNCTION(3
 
TF_API void TF_API void Tf_PostWarningHelper (const TfCallContext &context, const std::string &msg)
 
TF_API void Tf_PostWarningHelper (const TfCallContext &context, const char *fmt,...) ARCH_PRINTF_FUNCTION(2
 
TF_API void TF_API void Tf_PostWarningHelper (const TfCallContext &context, const TfEnum &code, const std::string &msg)
 
TF_API void Tf_PostWarningHelper (const TfCallContext &context, TfDiagnosticType code, const std::string &msg)
 
TF_API void Tf_PostWarningHelper (const TfCallContext &context, const TfEnum &code, const char *fmt,...) ARCH_PRINTF_FUNCTION(3
 
TF_API void TF_API void Tf_PostWarningHelper (const TfCallContext &context, TfDiagnosticType code, const char *fmt,...) ARCH_PRINTF_FUNCTION(3
 
TF_API void TF_API void TF_API void Tf_PostWarningHelper (const TfCallContext &context, const TfDiagnosticInfo &info, const TfEnum &code, const std::string &msg)
 
TF_API void Tf_PostWarningHelper (const TfCallContext &context, const TfDiagnosticInfo &info, const TfEnum &code, const char *fmt,...) ARCH_PRINTF_FUNCTION(4
 
TF_API void TF_API void Tf_PostStatusHelper (const TfCallContext &context, const char *fmt,...) ARCH_PRINTF_FUNCTION(2
 
TF_API void TF_API void TF_API void Tf_PostStatusHelper (const TfCallContext &context, const std::string &msg)
 
TF_API void Tf_PostStatusHelper (const TfCallContext &context, const TfEnum &code, const std::string &msg)
 
TF_API void Tf_PostStatusHelper (const TfCallContext &context, const TfEnum &code, const char *fmt,...) ARCH_PRINTF_FUNCTION(3
 
TF_API void TF_API void Tf_PostStatusHelper (const TfCallContext &context, const TfDiagnosticInfo &info, const TfEnum &code, const std::string &msg)
 
TF_API void Tf_PostStatusHelper (const TfCallContext &context, const TfDiagnosticInfo &info, const TfEnum &code, const char *fmt,...) ARCH_PRINTF_FUNCTION(4
 

Variables

PXR_NAMESPACE_OPEN_SCOPE
typedef hboost::any 
TfDiagnosticInfo
 

Function Documentation

TF_API void Tf_PostErrorHelper ( const TfCallContext context,
const TfEnum code,
const std::string msg 
)
TF_API void Tf_PostErrorHelper ( const TfCallContext context,
TfDiagnosticType  code,
const std::string msg 
)
TF_API void Tf_PostErrorHelper ( const TfCallContext context,
const TfEnum code,
const char *  fmt,
  ... 
)
TF_API void TF_API void Tf_PostErrorHelper ( const TfCallContext context,
TfDiagnosticType  code,
const char *  fmt,
  ... 
)
TF_API void TF_API void TF_API void Tf_PostErrorHelper ( const TfCallContext context,
const TfDiagnosticInfo info,
const TfEnum code,
const std::string msg 
)
TF_API void Tf_PostErrorHelper ( const TfCallContext context,
const TfDiagnosticInfo info,
const TfEnum code,
const char *  fmt,
  ... 
)
TF_API void TF_API void Tf_PostQuietlyErrorHelper ( const TfCallContext context,
const TfEnum code,
const TfDiagnosticInfo info,
const std::string msg 
)
TF_API void Tf_PostQuietlyErrorHelper ( const TfCallContext context,
const TfEnum code,
const TfDiagnosticInfo info,
const char *  fmt,
  ... 
)
TF_API void TF_API void Tf_PostQuietlyErrorHelper ( const TfCallContext context,
const TfEnum code,
const std::string msg 
)
TF_API void Tf_PostQuietlyErrorHelper ( const TfCallContext context,
const TfEnum code,
const char *  fmt,
  ... 
)
TF_API void TF_API void Tf_PostStatusHelper ( const TfCallContext context,
const char *  fmt,
  ... 
)
TF_API void TF_API void TF_API void Tf_PostStatusHelper ( const TfCallContext context,
const std::string msg 
)
TF_API void Tf_PostStatusHelper ( const TfCallContext context,
const TfEnum code,
const std::string msg 
)
TF_API void Tf_PostStatusHelper ( const TfCallContext context,
const TfEnum code,
const char *  fmt,
  ... 
)
TF_API void TF_API void Tf_PostStatusHelper ( const TfCallContext context,
const TfDiagnosticInfo info,
const TfEnum code,
const std::string msg 
)
TF_API void Tf_PostStatusHelper ( const TfCallContext context,
const TfDiagnosticInfo info,
const TfEnum code,
const char *  fmt,
  ... 
)
TF_API void TF_API void Tf_PostWarningHelper ( const TfCallContext context,
const std::string msg 
)
TF_API void Tf_PostWarningHelper ( const TfCallContext context,
const char *  fmt,
  ... 
)
TF_API void TF_API void Tf_PostWarningHelper ( const TfCallContext context,
const TfEnum code,
const std::string msg 
)
TF_API void Tf_PostWarningHelper ( const TfCallContext context,
TfDiagnosticType  code,
const std::string msg 
)
TF_API void Tf_PostWarningHelper ( const TfCallContext context,
const TfEnum code,
const char *  fmt,
  ... 
)
TF_API void TF_API void Tf_PostWarningHelper ( const TfCallContext context,
TfDiagnosticType  code,
const char *  fmt,
  ... 
)
TF_API void TF_API void TF_API void Tf_PostWarningHelper ( const TfCallContext context,
const TfDiagnosticInfo info,
const TfEnum code,
const std::string msg 
)
TF_API void Tf_PostWarningHelper ( const TfCallContext context,
const TfDiagnosticInfo info,
const TfEnum code,
const char *  fmt,
  ... 
)

Variable Documentation

PXR_NAMESPACE_OPEN_SCOPE typedef hboost::any TfDiagnosticInfo

Definition at line 40 of file diagnosticHelper.h.