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

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

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