|
| | 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 |
| |
| std::reverse_iterator< iterator > | rbegin () |
| |
| std::reverse_iterator< const_iterator > | rbegin () const |
| |
| std::reverse_iterator< iterator > | rend () |
| |
| std::reverse_iterator< const_iterator > | rend () 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()) |
| |
| iterator | insert (iterator before, OdString &&value) |
| |
| void | insertMove (iterator before, iterator first, iterator afterLast) |
| |
| 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) |
| |
| void | assignMove (iterator first, iterator afterLast) |
| |
| iterator | erase (iterator first, iterator afterLast) |
| |
| iterator | erase (iterator where) |
| |
| void | clear () |
| |
| void | push_back (const OdString &value) |
| |
| void | push_back (OdString &&value) |
| |
| bool | contains (const ConstForPtrT &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) |
| |
| size_type | append (OdString &&value) |
| |
| iterator | append () |
| |
| OdArray & | append (const OdArray &otherArray) |
| |
| OdArray & | append (OdArray &&otherArray) |
| |
| OdArray & | insertAtMove (size_type index, OdString &value) |
| |
| size_type | appendMove (OdString &value) |
| |
| OdArray & | appendMove (OdArray &otherArray) |
| |
| OdArray & | appendRep (const OdString &value, size_type nCount) |
| |
| OdArray & | appendList (const Args &... args) |
| |
| OdArray & | removeFirst () |
| |
| OdArray & | removeLast () |
| |
| OdArray & | setGrowLength (int growLength) |
| |
| | OdArray (size_type physicalLength, int growLength=8) |
| |
| | OdArray () |
| |
| | OdArray (const OdArray &source) |
| |
| | OdArray (OdArray &&source) |
| |
| | ~OdArray () |
| |
| OdArray & | operator= (const OdArray &source) |
| |
| OdArray & | operator= (OdArray &&source) |
| |
| bool | operator== (const OdArray &array) const |
| |
| bool | operator!= (const OdArray &array) const |
| |
| OdArray & | setAll (const OdString &value) |
| |
| OdArray & | insertAt (size_type arrayIndex, const OdString &value) |
| |
| OdArray & | insertAt (size_type index, OdString &&val) |
| |
| OdArray & | removeAt (size_type arrayIndex) |
| |
| OdArray & | removeSubArray (size_type startIndex, size_type endIndex) |
| |
| bool | find (const ConstForPtrT &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) |
| |
| void | swap (OdArray &other) |
| |
| bool | remove (const OdString &value, size_type start=0) |
| |
Definition at line 36 of file OdPathUtil.h.