CLHEP 2.4.6.4
C++ Class Library for High Energy Physics
|
#include <GenMatrix.h>
Classes | |
struct | rebind |
Public Types | |
typedef T | value_type |
typedef size_t | size_type |
typedef ptrdiff_t | difference_type |
typedef T * | pointer |
typedef const T * | const_pointer |
typedef T & | reference |
typedef const T & | const_reference |
Public Member Functions | |
pointer | address (reference r) const |
const_pointer | address (const_reference r) const |
Alloc () throw () | |
Alloc (const Alloc< T, size > &) throw () | |
~Alloc () throw () | |
pointer | allocate (size_type n, const void *hint=0) |
void | deallocate (pointer p, size_type n) |
void | construct (pointer p, const T &val) |
void | destroy (pointer p) |
size_type | max_size () const throw () |
Definition at line 40 of file GenMatrix.h.
typedef const T* CLHEP::HepGenMatrix::Alloc< T, size >::const_pointer |
Definition at line 48 of file GenMatrix.h.
typedef const T& CLHEP::HepGenMatrix::Alloc< T, size >::const_reference |
Definition at line 50 of file GenMatrix.h.
typedef ptrdiff_t CLHEP::HepGenMatrix::Alloc< T, size >::difference_type |
Definition at line 46 of file GenMatrix.h.
typedef T* CLHEP::HepGenMatrix::Alloc< T, size >::pointer |
Definition at line 47 of file GenMatrix.h.
typedef T& CLHEP::HepGenMatrix::Alloc< T, size >::reference |
Definition at line 49 of file GenMatrix.h.
typedef size_t CLHEP::HepGenMatrix::Alloc< T, size >::size_type |
Definition at line 45 of file GenMatrix.h.
typedef T CLHEP::HepGenMatrix::Alloc< T, size >::value_type |
Definition at line 44 of file GenMatrix.h.
|
inline |
Definition at line 54 of file GenMatrix.h.
|
inline |
Definition at line 55 of file GenMatrix.h.
|
inline |
Definition at line 56 of file GenMatrix.h.
|
inline |
Definition at line 53 of file GenMatrix.h.
|
inline |
Definition at line 52 of file GenMatrix.h.
|
inline |
Definition at line 57 of file GenMatrix.h.
|
inline |
Definition at line 59 of file GenMatrix.h.
|
inline |
Definition at line 58 of file GenMatrix.h.
|
inline |
Definition at line 60 of file GenMatrix.h.
|
inline |
Definition at line 61 of file GenMatrix.h.