15 #include "CeeCore/Base.h" 16 #include "CeeCore/RefCountedObject.h" 17 #include "CeeCore/Variant.h" 18 #include "CeeCore/Str.h" 39 Str classType()
const;
44 std::vector<Str> allKeys()
const;
45 std::vector<Variant> allValues()
const;
Namespace cee contains all functionality and structures under the Core component. ...
Definition: AppComponent.cpp:26
A general unicode based string class.
Definition: Str.h:28
bool operator!=(const PtrRef< T1 > &a, const PtrRef< T2 > &b)
Returns true if the internal pointers of refs a and b are different.
Definition: PtrRef.h:58
bool operator==(const PtrRef< T1 > &a, const PtrRef< T2 > &b)
Returns true if the internal pointers of refs a and b are equal.
Definition: PtrRef.h:57
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
The Variant class acts like a union for the most common data types.
Definition: Variant.h:30