File attribute_friend.h File List > geometry > attribute_friend.h Go to the documentation of this file #pragma once namespace uipc::geometry { // This class is a friend of all attribute classes in the uipc namespace. template <typename T> class AttributeFriend { public: }; } // namespace uipc