1 #ifndef _RSOMetaDataSchemaPublisher_h
2 #define _RSOMetaDataSchemaPublisher_h
17 bool _supportsAttributeChanged;
19 Property(
const char *name,
bool supportsAttributeChanged)
22 _supportsAttributeChanged = supportsAttributeChanged;
28 std::string _xmlString;
34 const char *ToString();
36 void PublishProperty(
const char *name,
bool supportsAttributeChanged);
A templated array of object pointers. The array dynamically resizes as needed.
Definition: dynamic_ptr_array.h:55
The disti::DynamicPtrArray class. A templated array of objects pointers capable of dynamically growin...
Definition: AttributeChangedEmitter.h:46