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

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

클래스

struct  code
 

매크로

#define ENOUGH_LENS   852
 
#define ENOUGH_DISTS   592
 
#define ENOUGH   (ENOUGH_LENS+ENOUGH_DISTS)
 

열거형 타입

enum  codetype { CODES, LENS, DISTS }
 

함수

int ZLIB_INTERNAL inflate_table OF ((codetype type, unsigned short FAR *lens, unsigned codes, code FAR *FAR *table, unsigned FAR *bits, unsigned short FAR *work))
 

매크로 문서화

#define ENOUGH   (ENOUGH_LENS+ENOUGH_DISTS)

inftrees.h 파일의 51 번째 라인에서 정의되었습니다.

#define ENOUGH_DISTS   592

inftrees.h 파일의 50 번째 라인에서 정의되었습니다.

#define ENOUGH_LENS   852

inftrees.h 파일의 49 번째 라인에서 정의되었습니다.

열거형 타입 문서화

enum codetype
열거형 멤버
CODES 
LENS 
DISTS 

inftrees.h 파일의 54 번째 라인에서 정의되었습니다.

함수 문서화

int ZLIB_INTERNAL inflate_table OF ( (codetype type, unsigned short FAR *lens, unsigned codes, code FAR *FAR *table, unsigned FAR *bits, unsigned short FAR *work)  )