Photon C++ Client API  5.0.7.3
JList< Etype > Member List

This is the complete list of members for JList< Etype >, including all inherited members.

addElement(const Etype &obj)SequenceContainer< JList, Etype >
addElements(const Etype *carray, unsigned int elementCount)SequenceContainer< JList, Etype >
addElements(const SequenceContainer< FT, Etype > &container)SequenceContainer< JList, Etype >
contains(const Etype &elem) constSequenceContainer< JList, Etype >
copyInto(Etype *array) constSequenceContainer< JList, Etype >
ensureCapacity(unsigned int minCapacity)SequenceContainer< JList, Etype >
getCapacity(void) constSequenceContainer< JList, Etype >
getCArray(void) constSequenceContainer< JList, Etype >
getDebugOutputLevel(void)LoggingBase< Base >static
getElementAt(unsigned int index) constSequenceContainer< JList, Etype >
getFirstElement(void) constSequenceContainer< JList, Etype >
getIndexOf(const Etype &elem) constSequenceContainer< JList, Etype >
getIsEmpty(void) constSequenceContainer< JList, Etype >
getLastElement(void) constSequenceContainer< JList, Etype >
getLastIndexOf(const Etype &elem) constSequenceContainer< JList, Etype >
getLogFormatOptions(void)LoggingBase< Base >static
getSize(void) constSequenceContainer< JList, Etype >
insertElementAt(const Etype &obj, unsigned int index)SequenceContainer< JList, Etype >
JList(unsigned int initialCapacity=0, unsigned int capacityIncrement=1)JList< Etype >
JList(const Etype *carray, unsigned int elementCount, unsigned int initialCapacity=0, unsigned int capacityIncrement=1)JList< Etype >
JList(const JList< Etype > &toCopy)JList< Etype >
JList(const SequenceContainer< FT, Etype > &toCopy)JList< Etype >
operator!=(const SequenceContainer< JList, Etype > &toCompare) constSequenceContainer< JList, Etype >
operator=(const SequenceContainer< Common::JList, Etype > &toCopy)JList< Etype >virtual
operator=(const SequenceContainer< FT, Etype > &toCopy)JList< Etype >
operator=(const JList< Etype > &rhv)JList< Etype >virtual
operator==(const SequenceContainer< JList, Etype > &toCompare) constSequenceContainer< JList, Etype >
operator[](unsigned int index) constSequenceContainer< JList, Etype >
operator[](int index) constSequenceContainer< JList, Etype >
operator[](unsigned int index)SequenceContainer< JList, Etype >
operator[](int index)SequenceContainer< JList, Etype >
removeAllElements(void)SequenceContainer< JList, Etype >
removeElement(const Etype &obj)SequenceContainer< JList, Etype >
removeElementAt(unsigned int index)SequenceContainer< JList, Etype >
setDebugOutputLevel(int debugLevel)LoggingBase< Base >static
setElementAt(const Etype &obj, unsigned int index)SequenceContainer< JList, Etype >
setListener(const BaseListener *pBaseListener)LoggingBase< Base >static
setLogFormatOptions(const LogFormatOptions &options)LoggingBase< Base >static
toString(JString &retStr, bool withTypes=false) constSequenceContainer< JList, Etype >virtual
toString(JString &retStr, bool withTypes=false) const =0SequenceContainer< JList, Etype >
toString(bool withTypes=false) constSequenceContainer< JList, Etype >
ExitGames::Common::Base::toString(bool withTypes=false) constToString
trimToSize(void)SequenceContainer< JList, Etype >
typeToString(void) constToStringvirtual
~Base(void)=0Basepure virtual
~JList(void)JList< Etype >virtual
~LoggingBase(void)=0LoggingBase< Base >pure virtual
~SequenceContainer(void)=0SequenceContainer< JList, Etype >pure virtual
~ToString(void)ToStringvirtual