Skip to content

File attribute_debug_info.h

File List > geometry > attribute_debug_info.h

Go to the documentation of this file

#pragma once
#include <uipc/common/dllexport.h>
#include <uipc/common/type_define.h>
#include <uipc/common/json.h>

namespace uipc::geometry
{
class UIPC_CORE_API AttributeDebugInfo
{
  public:
    static std::string& thread_local_last_not_found_name();
    static Json&        thread_local_extras();
};
}  // namespace uipc::geometry