Geant4  v4-10.4-release
 모두 클래스 네임스페이스들 파일들 함수 변수 타입정의 열거형 타입 열거형 멤버 Friends 매크로 그룹들 페이지들
클래스 | Public 타입 | Public 멤버 함수 | Public 속성 | Private 속성 | 모든 멤버 목록
G4Allocator< Type > 클래스 템플릿 참조

#include <G4Allocator.hh>

G4Allocator< Type >에 대한 상속 다이어그램 :
G4AllocatorBase

클래스

struct  rebind
 

Public 타입

typedef Type value_type
 
typedef size_t size_type
 
typedef ptrdiff_t difference_type
 
typedef Type * pointer
 
typedef const Type * const_pointer
 
typedef Type & reference
 
typedef const Type & const_reference
 

Public 멤버 함수

 G4Allocator () throw ()
 
 ~G4Allocator () throw ()
 
Type * MallocSingle ()
 
void FreeSingle (Type *anElement)
 
void ResetStorage ()
 
size_t GetAllocatedSize () const
 
int GetNoPages () const
 
size_t GetPageSize () const
 
void IncreasePageSize (unsigned int sz)
 
const char * GetPoolType () const
 
template<class U >
 G4Allocator (const G4Allocator< U > &right) throw ()
 
pointer address (reference r) const
 
const_pointer address (const_reference r) const
 
pointer allocate (size_type n, void *=0)
 
void deallocate (pointer p, size_type n)
 
void construct (pointer p, const Type &val)
 
void destroy (pointer p)
 
size_type max_size () const throw ()
 

Public 속성

G4AllocatorPool mem
 

Private 속성

const char * tname
 

상세한 설명

template<class Type>
class G4Allocator< Type >

G4Allocator.hh 파일의 67 번째 라인에서 정의되었습니다.

멤버 타입정의 문서화

template<class Type>
typedef const Type* G4Allocator< Type >::const_pointer

G4Allocator.hh 파일의 110 번째 라인에서 정의되었습니다.

template<class Type>
typedef const Type& G4Allocator< Type >::const_reference

G4Allocator.hh 파일의 112 번째 라인에서 정의되었습니다.

template<class Type>
typedef ptrdiff_t G4Allocator< Type >::difference_type

G4Allocator.hh 파일의 108 번째 라인에서 정의되었습니다.

template<class Type>
typedef Type* G4Allocator< Type >::pointer

G4Allocator.hh 파일의 109 번째 라인에서 정의되었습니다.

template<class Type>
typedef Type& G4Allocator< Type >::reference

G4Allocator.hh 파일의 111 번째 라인에서 정의되었습니다.

template<class Type>
typedef size_t G4Allocator< Type >::size_type

G4Allocator.hh 파일의 107 번째 라인에서 정의되었습니다.

template<class Type>
typedef Type G4Allocator< Type >::value_type

G4Allocator.hh 파일의 106 번째 라인에서 정의되었습니다.

생성자 & 소멸자 문서화

template<class Type >
G4Allocator< Type >::G4Allocator ( )
throw (
)

G4Allocator.hh 파일의 182 번째 라인에서 정의되었습니다.

template<class Type >
G4Allocator< Type >::~G4Allocator ( )
throw (
)

G4Allocator.hh 파일의 193 번째 라인에서 정의되었습니다.

template<class Type>
template<class U >
G4Allocator< Type >::G4Allocator ( const G4Allocator< U > &  right)
throw (
)
inline

G4Allocator.hh 파일의 114 번째 라인에서 정의되었습니다.

멤버 함수 문서화

template<class Type>
pointer G4Allocator< Type >::address ( reference  r) const
inline

G4Allocator.hh 파일의 118 번째 라인에서 정의되었습니다.

template<class Type>
const_pointer G4Allocator< Type >::address ( const_reference  r) const
inline

G4Allocator.hh 파일의 119 번째 라인에서 정의되었습니다.

template<class Type>
pointer G4Allocator< Type >::allocate ( size_type  n,
void = 0 
)
inline

G4Allocator.hh 파일의 122 번째 라인에서 정의되었습니다.

template<class Type>
void G4Allocator< Type >::construct ( pointer  p,
const Type &  val 
)
inline

G4Allocator.hh 파일의 144 번째 라인에서 정의되었습니다.

template<class Type>
void G4Allocator< Type >::deallocate ( pointer  p,
size_type  n 
)
inline

G4Allocator.hh 파일의 133 번째 라인에서 정의되었습니다.

template<class Type>
void G4Allocator< Type >::destroy ( pointer  p)
inline

G4Allocator.hh 파일의 146 번째 라인에서 정의되었습니다.

template<class Type>
void G4Allocator< Type >::FreeSingle ( Type *  anElement)
inline
template<class Type >
size_t G4Allocator< Type >::GetAllocatedSize ( ) const
inlinevirtual

G4AllocatorBase를 구현.

G4Allocator.hh 파일의 236 번째 라인에서 정의되었습니다.

template<class Type >
int G4Allocator< Type >::GetNoPages ( ) const
inlinevirtual

G4AllocatorBase를 구현.

G4Allocator.hh 파일의 246 번째 라인에서 정의되었습니다.

template<class Type >
size_t G4Allocator< Type >::GetPageSize ( ) const
inlinevirtual

G4AllocatorBase를 구현.

G4Allocator.hh 파일의 256 번째 라인에서 정의되었습니다.

template<class Type >
const char * G4Allocator< Type >::GetPoolType ( ) const
inlinevirtual

G4AllocatorBase를 구현.

G4Allocator.hh 파일의 277 번째 라인에서 정의되었습니다.

template<class Type >
void G4Allocator< Type >::IncreasePageSize ( unsigned int  sz)
inlinevirtual

G4AllocatorBase를 구현.

G4Allocator.hh 파일의 266 번째 라인에서 정의되었습니다.

template<class Type >
Type * G4Allocator< Type >::MallocSingle ( )
inline
template<class Type>
size_type G4Allocator< Type >::max_size ( ) const
throw (
)
inline

G4Allocator.hh 파일의 149 번째 라인에서 정의되었습니다.

template<class Type >
void G4Allocator< Type >::ResetStorage ( )
inlinevirtual

G4AllocatorBase를 구현.

G4Allocator.hh 파일의 223 번째 라인에서 정의되었습니다.

멤버 데이타 문서화

template<class Type>
G4AllocatorPool G4Allocator< Type >::mem

G4Allocator.hh 파일의 160 번째 라인에서 정의되었습니다.

template<class Type>
const char* G4Allocator< Type >::tname
private

G4Allocator.hh 파일의 165 번째 라인에서 정의되었습니다.


이 클래스에 대한 문서화 페이지는 다음의 파일로부터 생성되었습니다.: