Geant4  10.02
CLibSymbolInfo Class Reference
+ Collaboration diagram for CLibSymbolInfo:

Public Member Functions

 CLibSymbolInfo ()
 
virtual ~CLibSymbolInfo ()
 
BOOL DumpSymbols (LPTSTR lpszLibPathName, std::ostream &pFile)
 
std::string GetLastError () const
 

Protected Member Functions

BOOL Dump (LPTSTR lpszLibPathName, std::ostream &pFile)
 
BOOL IsRegularLibSymbol (PSTR pszSymbolName)
 
BOOL IsFiltedSymbol (std::string &pszSymbolName)
 
DWORD ConvertBigEndian (DWORD bigEndian)
 

Protected Attributes

std::string m_strResultsString
 
std::string m_strErrorMsg
 

Detailed Description

Definition at line 59 of file genwindef.cc.

Constructor & Destructor Documentation

CLibSymbolInfo::CLibSymbolInfo ( )

Definition at line 111 of file genwindef.cc.

CLibSymbolInfo::~CLibSymbolInfo ( )
virtual

Definition at line 115 of file genwindef.cc.

Member Function Documentation

DWORD CLibSymbolInfo::ConvertBigEndian ( DWORD  bigEndian)
protected

Definition at line 271 of file genwindef.cc.

BOOL CLibSymbolInfo::Dump ( LPTSTR  lpszLibPathName,
std::ostream &  pFile 
)
protected

Definition at line 155 of file genwindef.cc.

References FALSE, MEMORY_MAPPED_FILE::GetBase(), MEMORY_MAPPED_FILE::IsValid(), MakePtr, symbol, and TRUE.

+ Here is the call graph for this function:

BOOL CLibSymbolInfo::DumpSymbols ( LPTSTR  lpszLibPathName,
std::ostream &  pFile 
)

Definition at line 131 of file genwindef.cc.

References FALSE, and TRUE.

Referenced by main().

+ Here is the caller graph for this function:

string CLibSymbolInfo::GetLastError ( ) const

Definition at line 283 of file genwindef.cc.

BOOL CLibSymbolInfo::IsFiltedSymbol ( std::string &  pszSymbolName)
protected

Definition at line 247 of file genwindef.cc.

References FALSE, and TRUE.

BOOL CLibSymbolInfo::IsRegularLibSymbol ( PSTR  pszSymbolName)
protected

Definition at line 231 of file genwindef.cc.

References FALSE, and TRUE.

Member Data Documentation

std::string CLibSymbolInfo::m_strErrorMsg
protected

Definition at line 69 of file genwindef.cc.

std::string CLibSymbolInfo::m_strResultsString
protected

Definition at line 68 of file genwindef.cc.


The documentation for this class was generated from the following file: