CTR Pia  4.11.3
Game Communication Engine
nn::pia::session::ISessionInfoList Class Referenceabstract

The interface for the session information list. More...

+ Inheritance diagram for nn::pia::session::ISessionInfoList:

Public Member Functions

virtual ConstIterator Begin () const =0
 Gets the iterator for those that start with ISessionInfo* (const version). More...
 
virtual Iterator Begin ()=0
 Gets the iterator for those that start with ISessionInfo* (non-const version). More...
 
virtual ConstIterator End () const =0
 Gets the iterator for the ISessionInfo* that corresponds to what follows the end of the container (const version). More...
 
virtual Iterator End ()=0
 Gets the iterator for the ISessionInfo* that corresponds to what follows the end of the container (non-const version). More...
 
virtual size_t GetMaxSize () const =0
 Gets the maximum number for the list. More...
 
virtual size_t GetSize () const =0
 Gets the number of elements in the list. More...
 

Detailed Description

The interface for the session information list.


Revision History:
2014-02-27 Initial version.

Member Function Documentation

virtual ConstIterator nn::pia::session::ISessionInfoList::Begin ( ) const
pure virtual

Gets the iterator for those that start with ISessionInfo* (const version).

Returns
Returns an iterator for the element at the start of the container.
virtual Iterator nn::pia::session::ISessionInfoList::Begin ( )
pure virtual

Gets the iterator for those that start with ISessionInfo* (non-const version).

Returns
Returns an iterator for the element at the start of the container.
virtual ConstIterator nn::pia::session::ISessionInfoList::End ( ) const
pure virtual

Gets the iterator for the ISessionInfo* that corresponds to what follows the end of the container (const version).

Returns
Returns an iterator for the element that corresponds to what follows the end of the container.
virtual Iterator nn::pia::session::ISessionInfoList::End ( )
pure virtual

Gets the iterator for the ISessionInfo* that corresponds to what follows the end of the container (non-const version).

Returns
Returns an iterator for the element that corresponds to what follows the end of the container.
virtual size_t nn::pia::session::ISessionInfoList::GetMaxSize ( ) const
pure virtual

Gets the maximum number for the list.

Returns
Returns the maximum number for the list.
virtual size_t nn::pia::session::ISessionInfoList::GetSize ( ) const
pure virtual

Gets the number of elements in the list.

Returns
Returns the number of elements in the list.