Geant4  v4-10.4-release
 모두 클래스 네임스페이스들 파일들 함수 변수 타입정의 열거형 타입 열거형 멤버 Friends 매크로 그룹들 페이지들
클래스 | 네임스페이스 | 매크로
G4INCLAllocationPool.hh 파일 참조

Singleton for recycling allocation of instances of a given class. 더 자세히 ...

#include "globals.hh"
#include <stack>
#include <new>
#include <cstddef>

이 파일의 소스 코드 페이지로 가기

클래스

class  G4INCL::AllocationPool< T >
 

네임스페이스

 G4INCL
 

매크로

#define INCLXX_IN_GEANT4_MODE   1
 
#define G4INCLALLOCATIONPOOL_HH
 
#define INCL_DECLARE_ALLOCATION_POOL(T)
 

상세한 설명

Singleton for recycling allocation of instances of a given class.

날짜
2nd October 2014
작성자
Davide Mancusi

G4INCLAllocationPool.hh 파일에서 정의되었습니다.

매크로 문서화

#define G4INCLALLOCATIONPOOL_HH

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

#define INCL_DECLARE_ALLOCATION_POOL (   T)
값:
public: \
static void *operator new(size_t /* s */) { \
return allocator.getObject(); \
} \
static void operator delete(void *a, size_t /* s */) { \
allocator.recycleObject(static_cast<T *>(a)); \
}
std::vector< ExP01TrackerHit * > a
Definition: ExP01Classes.hh:33
static AllocationPool & getInstance()

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

#define INCLXX_IN_GEANT4_MODE   1

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