ATLAS Offline Software
|
#include <View.h>
Public Types | |
typedef T::const_iterator | const_iterator |
typedef T::iterator | iterator |
typedef T::reverse_iterator | reverse_iterator |
typedef T::const_reference | const_reference |
typedef T::reference | reference |
typedef T::value_type | value_type |
Public Member Functions | |
~ViewContainer () | |
void | push_back (SG::View *ptr) |
size_t | size () const |
bool | empty () const |
void | clear () |
const_iterator | begin () const |
const_iterator | end () const |
iterator | begin () |
iterator | end () |
reverse_iterator | rbegin () |
reverse_iterator | rend () |
const_reference | at (size_t pos) const |
reference | at (size_t pos) |
const_reference | back () const |
reference | back () |
Private Types | |
typedef std::vector< SG::View * > | T |
Private Attributes | |
T | m_data |
typedef T::const_iterator ViewContainer::const_iterator |
typedef T::const_reference ViewContainer::const_reference |
typedef T::iterator ViewContainer::iterator |
typedef T::reference ViewContainer::reference |
typedef T::reverse_iterator ViewContainer::reverse_iterator |
|
private |
typedef T::value_type ViewContainer::value_type |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |