Represents a content array.
Definition content.h:29
void InsertElement(size_t index, const Element &element)
Inserts an element at the specified index inside the element array.
void RemoveElement(size_t index)
Removes the element at the specified index.
void AppendElement(const Element &element)
Appends an element to the end of the content array.
static Content Create()
Creates a new instance of a Content class.
size_t GetNumElements() const
Gets the number of elements in a content array.
Element GetElement(size_t index) const
Gets the element at the specified index in the content array.