17 #include <pia/session/session_definitions.h> 18 #include <pia/session/session_ISessionInfo.h> 49 virtual ConstIterator
Begin()
const = 0;
54 virtual Iterator
Begin() = 0;
59 virtual ConstIterator
End()
const = 0;
64 virtual Iterator
End() = 0;
69 virtual size_t GetSize()
const = 0;
virtual ConstIterator Begin() const =0
Gets the iterator for those that start with ISessionInfo* (const version).
virtual size_t GetMaxSize() const =0
Gets the maximum number for the list.
An interface to the session's information.
Definition: session_ISessionInfo.h:32
virtual ConstIterator End() const =0
Gets the iterator for the ISessionInfo* that corresponds to what follows the end of the container (co...
The interface for the session information list.
Definition: session_ISessionInfoList.h:32
virtual size_t GetSize() const =0
Gets the number of elements in the list.
This is the common base class used inside the Pia library.
Definition: common_RootObject.h:40