Geant4
10.02.p01
|
#include <vector>
#include <string>
#include <iostream>
#include <fstream>
#include <stdio.h>
#include <assert.h>
#include <windows.h>
Go to the source code of this file.
Classes | |
class | CLibSymbolInfo |
class | MEMORY_MAPPED_FILE |
Namespaces | |
windef | |
Macros | |
#define | AFX_LIBSYMBOLINFO_H__1A7003B4_BA53_11D1_AE46_1CFB51000000__INCLUDED_ |
#define | MakePtr(cast, ptr, addValue) (cast)( (DWORD)(ptr) + (DWORD)(addValue)) |
Typedefs | |
typedef MEMORY_MAPPED_FILE * | PMEMORY_MAPPED_FILE |
Enumerations | |
enum | errMMF { errMMF_NoError, errMMF_FileOpen, errMMF_FileMapping, errMMF_MapView } |
Functions | |
void | windef::usage () |
int | main (int argc, char **argv) |
#define AFX_LIBSYMBOLINFO_H__1A7003B4_BA53_11D1_AE46_1CFB51000000__INCLUDED_ |
Definition at line 46 of file genwindef.cc.
#define MakePtr | ( | cast, | |
ptr, | |||
addValue | |||
) | (cast)( (DWORD)(ptr) + (DWORD)(addValue)) |
Definition at line 106 of file genwindef.cc.
Referenced by CLibSymbolInfo::Dump().
typedef MEMORY_MAPPED_FILE* PMEMORY_MAPPED_FILE |
Definition at line 100 of file genwindef.cc.
enum errMMF |
Enumerator | |
---|---|
errMMF_NoError | |
errMMF_FileOpen | |
errMMF_FileMapping | |
errMMF_MapView |
Definition at line 77 of file genwindef.cc.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 359 of file genwindef.cc.
References debug, CLibSymbolInfo::DumpSymbols(), and windef::usage().
Referenced by G4eBremParametrizedModel::ComputeDXSectionPerAtom(), and G4eBremsstrahlungRelModel::ComputeDXSectionPerAtom().