namespace CCL::Model
namespace Model { // structs struct AttributeDescription; // global variables kClassDocGroup; Class __pad0__; MutableCString typeName; DataType type; // global functions MemberDescription ( StringID name = nullptr, DataType type = ITypeInfo::kPrimitive, StringID typeName = nullptr ); } // namespace Model