![]() |
Mapper
0.9.0
API documentation
|
#include <object.h>
Public Member Functions | |
PathPartVector & | operator= (const PathPartVector &)=delete |
This is dangerous when copying objects (which own a PathPartVector). More... | |
Static Public Member Functions | |
static bool | compareEndIndex (const PathPart &part, VirtualPath::size_type index) |
Returns true if the part's end_index is lower than index. More... | |
|
static |
Returns true if the part's end_index is lower than index.
This function can be used for doing a binary search on a sorted PathPartVector.
|
delete |
This is dangerous when copying objects (which own a PathPartVector).
Objects need to deal with the PathParts explicitly, at least as long as the PathPart contains distinct references to the object and to the coordinates.
Other use cases may consider using std::vector<PathPart>.