24 #ifndef PXR_BASE_TF_STATUS_H 25 #define PXR_BASE_TF_STATUS_H 31 PXR_NAMESPACE_OPEN_SCOPE
48 TfCallContext
const &context,
const std::string& commentary,
49 TfDiagnosticInfo info,
bool quiet)
51 commentary, info, quiet)
57 PXR_NAMESPACE_CLOSE_SCOPE
59 #endif // PXR_BASE_TF_STATUS_H
Singleton class through which all errors and diagnostics pass.
TF_API TfDiagnosticBase(TfEnum code, char const *codeString, TfCallContext const &context, const std::string &commentary, TfDiagnosticInfo info, bool quiet)
Construct an instance.
An enum class that records both enum type and enum value.
Represents the base class of an object representing a diagnostic message.
Represents an object that contains information about a status message.