15 #include "CeeUnstructGrid/Base.h" 17 #include "CeeCore/Str.h" 42 void setName(
const Str& name);
44 Str description()
const;
45 void setDescription(
const Str& desc);
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
Simple class containing metadata info for a set.
Definition: SetInfo.h:29