Home | History | Annotate | Download | only in dom

Lines Matching refs:_contents

166 			daeElementRefArray _contents;
200 * Gets the _contents array.
201 * @return Returns a reference to the _contents element array.
203 daeElementRefArray &getContents() { return _contents; }
205 * Gets the _contents array.
206 * @return Returns a constant reference to the _contents element array.
208 const daeElementRefArray &getContents() const { return _contents; }
402 daeElementRefArray _contents;
511 * Gets the _contents array.
512 _contents element array.
514 daeElementRefArray &getContents() { return _contents; }
516 * Gets the _contents array.
517 * @return Returns a constant reference to the _contents element array.
519 const daeElementRefArray &getContents() const { return _contents; }
588 daeElementRefArray _contents;
642 * Gets the _contents array.
643 * @return Returns a reference to the _contents element array.
645 daeElementRefArray &getContents() { return _contents; }
647 * Gets the _contents array.
648 * @return Returns a constant reference to the _contents element array.
650 const daeElementRefArray &getContents() const { return _contents; }