Photon C++ Client API
4.1.12.2
|
JVector< Etype > Member List
This is the complete list of members for JVector< Etype >, including all inherited members.
| addElement(const Etype &obj) | JVector< Etype > | |
| addElements(const JVector< Etype > &vector) | JVector< Etype > | |
| addElements(const Etype *carray, unsigned int elementCount) | JVector< Etype > | |
| contains(const Etype &elem) const | JVector< Etype > | |
| copyInto(Etype *array) const | JVector< Etype > | |
| ensureCapacity(unsigned int minCapacity) | JVector< Etype > | |
| getCapacity(void) const | JVector< Etype > | |
| getCArray(void) const | JVector< Etype > | |
| getDebugOutputLevel(void) | Base | static |
| getElementAt(unsigned int index) const | JVector< Etype > | |
| getFirstElement(void) const | JVector< Etype > | |
| getIndexOf(const Etype &elem) const | JVector< Etype > | |
| getIsEmpty(void) const | JVector< Etype > | |
| getLastElement(void) const | JVector< Etype > | |
| getLastIndexOf(const Etype &elem) const | JVector< Etype > | |
| getLogFormatOptions(void) | Base | static |
| getSize(void) const | JVector< Etype > | |
| insertElementAt(const Etype &obj, unsigned int index) | JVector< Etype > | |
| JVector(unsigned int initialCapacity=0, unsigned int capacityIncrement=1) | JVector< Etype > | |
| JVector(const Etype *carray, unsigned int elementCount, unsigned int initialCapacity=0, unsigned int capacityIncrement=1) | JVector< Etype > | |
| JVector(const JVector< Etype > &rhv) | JVector< Etype > | |
| operator!=(const JVector< Etype > &toCompare) const | JVector< Etype > | |
| operator=(const JVector< Etype > &rhv) | JVector< Etype > | |
| operator==(const JVector< Etype > &toCompare) const | JVector< Etype > | |
| operator[](unsigned int index) const | JVector< Etype > | |
| operator[](unsigned int index) | JVector< Etype > | |
| removeAllElements(void) | JVector< Etype > | |
| removeElement(const Etype &obj) | JVector< Etype > | |
| removeElementAt(unsigned int index) | JVector< Etype > | |
| setDebugOutputLevel(int debugLevel) | Base | static |
| setElementAt(const Etype &obj, unsigned int index) | JVector< Etype > | |
| setListener(const BaseListener *baseListener) | Base | static |
| setLogFormatOptions(const LogFormatOptions &options) | Base | static |
| toString(JString &retStr, bool withTypes=false) const | JVector< Etype > | virtual |
| ExitGames::Common::Base::toString(bool withTypes=false) const | ToString | |
| trimToSize(void) | JVector< Etype > | |
| typeToString(void) const | ToString | virtual |
| ~Base(void) | Base | virtual |
| ~JVector(void) | JVector< Etype > | virtual |
| ~ToString(void) | ToString | virtual |
Photon C++ Client API