Internal class for mapping paragraph numbers to HighlightStateData.
More...
#include <ParagraphMap.h>
Internal class for mapping paragraph numbers to HighlightStateData.
Don't use this class directly!
Returns a reference to the data stored at the given position.
- Parameters
-
- Returns
- the reference to the pointer of the data
Inserts data in the given position; if it is the first time we use that position, space is allocated for it.
- Parameters
-
pos | the position for inserting data; it must be non-negative and if it exceeds the size of the vector it must be of only one position |
data | the data to insert; the data is then owned by this class |
The documentation for this class was generated from the following files: