STOFFListManager Class Reference

a manager which manages the lists, keeps the different kind of lists, to assure the unicity of each list More...

#include <STOFFList.hxx>

List of all members.

Public Member Functions

 STOFFListManager ()
 the constructor
 ~STOFFListManager ()
 the destructor
bool needToSend (int index, std::vector< int > &idMarkerList) const
 check if a list need to be send/resend to the interface
shared_ptr< STOFFListgetList (int index) const
 returns a list with given index ( if found )
shared_ptr< STOFFListgetNewList (shared_ptr< STOFFList > actList, int levl, STOFFListLevel const &level)
 returns a new list corresponding to a list where we have a new level
shared_ptr< STOFFListaddList (shared_ptr< STOFFList > actList)
 add a new list

Protected Attributes

std::vector< STOFFListm_listList
 the list of created list
std::vector< int > m_sendIdMarkerList
 the list of send list to interface

Detailed Description

a manager which manages the lists, keeps the different kind of lists, to assure the unicity of each list


Constructor & Destructor Documentation

the constructor

the destructor


Member Function Documentation

shared_ptr< STOFFList > STOFFListManager::addList ( shared_ptr< STOFFList actList)

add a new list

shared_ptr< STOFFList > STOFFListManager::getList ( int  index) const

returns a list with given index ( if found )

shared_ptr< STOFFList > STOFFListManager::getNewList ( shared_ptr< STOFFList actList,
int  levl,
STOFFListLevel const &  level 
)

returns a new list corresponding to a list where we have a new level

bool STOFFListManager::needToSend ( int  index,
std::vector< int > &  idMarkerList 
) const

check if a list need to be send/resend to the interface


Member Data Documentation

std::vector<STOFFList> STOFFListManager::m_listList [protected]

the list of created list

Referenced by addList(), getList(), getNewList(), and needToSend().

std::vector<int> STOFFListManager::m_sendIdMarkerList [mutable, protected]

the list of send list to interface


The documentation for this class was generated from the following files: