|
| Path () |
|
| Path (const OdAnsiString &path) |
|
| Path (const OdString &path) |
|
| Path (const OdChar *path) |
|
| Path (const char *path) |
|
Path | operator+ (const OdAnsiString &path) const |
|
Path | operator+ (const OdString &path) const |
|
Path | operator+ (const char *path) const |
|
Path | operator+ (const OdChar *path) const |
|
Path | operator+ (const Path &path) const |
|
Path & | operator+= (const OdAnsiString &path) |
|
Path & | operator+= (const OdString &path) |
|
Path & | operator+= (const char *path) |
|
Path & | operator+= (const OdChar *path) |
|
Path & | operator+= (const Path &path) |
|
OdString | asStr (bool asdir=false, char sepch='/') const |
|
iterator | begin () |
|
const_iterator | begin () const |
|
iterator | end () |
|
const_iterator | end () const |
|
void | insert (iterator before, const_iterator first, const_iterator afterLast) |
|
iterator | insert (iterator before, size_type numElements, const OdString &value) |
|
iterator | insert (iterator before, const OdString &value=OdString()) |
|
void | resize (size_type logicalLength, const OdString &value) |
|
void | resize (size_type logicalLength) |
|
size_type | size () const |
|
bool | empty () const |
|
size_type | capacity () const |
|
void | reserve (size_type reserveLength) |
|
void | assign (const_iterator first, const_iterator afterLast) |
|
iterator | erase (iterator first, iterator afterLast) |
|
iterator | erase (iterator where) |
|
void | clear () |
|
void | push_back (const OdString &value) |
|
bool | contains (const OdString &value, size_type start=0) const |
|
size_type | length () const |
|
bool | isEmpty () const |
|
size_type | logicalLength () const |
|
size_type | physicalLength () const |
|
int | growLength () const |
|
const OdString * | asArrayPtr () const |
|
OdString * | asArrayPtr () |
|
const OdString * | getPtr () const |
|
const OdString & | operator[] (size_type index) const |
|
OdString & | operator[] (size_type index) |
|
OdString & | at (size_type arrayIndex) |
|
const OdString & | at (size_type arrayIndex) const |
|
OdArray & | setAt (size_type arrayIndex, const OdString &value) |
|
const OdString & | getAt (size_type arrayIndex) const |
|
OdString & | first () |
|
const OdString & | first () const |
|
OdString & | last () |
|
const OdString & | last () const |
|
size_type | append (const OdString &value) |
|
iterator | append () |
|
OdArray & | append (const OdArray &otherArray) |
|
OdArray & | removeFirst () |
|
OdArray & | removeLast () |
|
OdArray & | setGrowLength (int growLength) |
|
| OdArray (size_type physicalLength, int growLength=8) |
|
| OdArray () |
|
| OdArray (const OdArray &source) |
|
| ~OdArray () |
|
OdArray & | operator= (const OdArray &source) |
|
bool | operator== (const OdArray &array) const |
|
OdArray & | setAll (const OdString &value) |
|
OdArray & | insertAt (size_type arrayIndex, const OdString &value) |
|
OdArray & | removeAt (size_type arrayIndex) |
|
OdArray & | removeSubArray (size_type startIndex, size_type endIndex) |
|
bool | find (const OdString &value, size_type &findIndex, size_type start=0) const |
|
OdArray & | setLogicalLength (size_type logLength) |
|
OdArray & | setPhysicalLength (size_type physLength) |
|
OdArray & | reverse () |
|
OdArray & | swap (size_type firstIndex, size_type secondIndex) |
|
bool | remove (const OdString &value, size_type start=0) |
|
Definition at line 36 of file OdPathUtil.h.