More details in function doc.

This commit is contained in:
Vincent Richard 2004-12-19 22:20:28 +00:00
parent bdfcfed13a
commit edf9bed05f

View File

@ -124,14 +124,16 @@ public:
virtual ~structure() { } virtual ~structure() { }
/** Return the part at the specified position. /** Return the part at the specified position (first
* part is at position 1).
* *
* @param x position * @param x position
* @return part at position 'x' * @return part at position 'x'
*/ */
virtual const part& operator[](const int x) const = 0; virtual const part& operator[](const int x) const = 0;
/** Return the part at the specified position. /** Return the part at the specified position (first
* part is at position 1).
* *
* @param x position * @param x position
* @return part at position 'x' * @return part at position 'x'