HDK
|
#include "pxr/pxr.h"
#include "pxr/base/tf/api.h"
#include "pxr/base/arch/attributes.h"
#include "pxr/base/arch/defines.h"
#include <locale>
#include <any>
#include <string>
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 std::any | TfDiagnosticInfo |
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, | ||
... | |||
) |
PXR_NAMESPACE_OPEN_SCOPE typedef std::any TfDiagnosticInfo |
Definition at line 35 of file diagnosticHelper.h.