reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/obj2yaml/Error.h
   17 const std::error_category &obj2yaml_category();

References

tools/obj2yaml/Error.cpp
   58   return std::error_code(static_cast<int>(Code), obj2yaml_category());
tools/obj2yaml/Error.h
   28   return std::error_code(static_cast<int>(e), obj2yaml_category());