15 #include "CeeCore/Base.h"
16 #include "CeeCore/RefCountedObject.h"
17 #include "CeeCore/Str.h"
43 size_t countOfType(
const Str& classType)
const;
44 PropertySet* propertySetOfType(
const Str& classType,
size_t index);
45 const PropertySet* propertySetOfType(
const Str& classType,
size_t index)
const;
Namespace cee contains all functionality and structures under the Core component. ...
Definition: AppAssert.cpp:18
A general unicode based string class.
Definition: Str.h:28
A property set stores a set of properties each consisting of a key and a value.
Definition: PropertySet.h:28
Base class for all reference counted objects with built-in support for intrusive reference counting...
Definition: RefCountedObject.h:34
A collection of property sets.
Definition: PropertySetCollection.h:29