ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
genwindef.cc File Reference
#include <vector>
#include <string>
#include <iostream>
#include <fstream>
#include <stdio.h>
#include <assert.h>
#include <windows.h>
+ Include dependency graph for genwindef.cc:

Go to the source code of this file.

Classes

class  CLibSymbolInfo
 
class  MEMORY_MAPPED_FILE
 

Namespaces

namespace  windef
 

Macros

#define AFX_LIBSYMBOLINFO_H__1A7003B4_BA53_11D1_AE46_1CFB51000000__INCLUDED_
 
#define MakePtr(cast, ptr, addValue)   (cast)( (DWORD_PTR)(ptr) + (DWORD_PTR)(addValue))
 

Typedefs

typedef MEMORY_MAPPED_FILEPMEMORY_MAPPED_FILE
 

Enumerations

enum  errMMF { errMMF_NoError, errMMF_FileOpen, errMMF_FileMapping, errMMF_MapView }
 

Functions

void windef::usage ()
 
int main (int argc, char **argv)
 

Macro Definition Documentation

#define AFX_LIBSYMBOLINFO_H__1A7003B4_BA53_11D1_AE46_1CFB51000000__INCLUDED_

Definition at line 45 of file genwindef.cc.

View newest version in sPHENIX GitHub at line 45 of file genwindef.cc

#define MakePtr (   cast,
  ptr,
  addValue 
)    (cast)( (DWORD_PTR)(ptr) + (DWORD_PTR)(addValue))

Definition at line 105 of file genwindef.cc.

View newest version in sPHENIX GitHub at line 105 of file genwindef.cc

Referenced by CLibSymbolInfo::Dump().

Typedef Documentation

Definition at line 99 of file genwindef.cc.

View newest version in sPHENIX GitHub at line 99 of file genwindef.cc

Enumeration Type Documentation

enum errMMF
Enumerator:
errMMF_NoError 
errMMF_FileOpen 
errMMF_FileMapping 
errMMF_MapView 

Definition at line 76 of file genwindef.cc.

View newest version in sPHENIX GitHub at line 76 of file genwindef.cc

Function Documentation

int main ( int  argc,
char **  argv 
)

Definition at line 358 of file genwindef.cc.

View newest version in sPHENIX GitHub at line 358 of file genwindef.cc

References Acts::IntegrationTest::debug, CLibSymbolInfo::DumpSymbols(), and windef::usage().

+ Here is the call graph for this function: