Geant4  9.6.p02
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
CLibSymbolInfo Class Reference

#include <LibSymbolInfo.h>

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 19 of file LibSymbolInfo.h.

Constructor & Destructor Documentation

CLibSymbolInfo::CLibSymbolInfo ( )

Definition at line 23 of file LibSymbolInfo.cpp.

CLibSymbolInfo::~CLibSymbolInfo ( )
virtual

Definition at line 27 of file LibSymbolInfo.cpp.

Member Function Documentation

DWORD CLibSymbolInfo::ConvertBigEndian ( DWORD  bigEndian)
protected

Definition at line 183 of file LibSymbolInfo.cpp.

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

Definition at line 67 of file LibSymbolInfo.cpp.

Here is the call graph for this function:

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

Definition at line 43 of file LibSymbolInfo.cpp.

Here is the caller graph for this function:

string CLibSymbolInfo::GetLastError ( ) const

Definition at line 195 of file LibSymbolInfo.cpp.

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

Definition at line 159 of file LibSymbolInfo.cpp.

BOOL CLibSymbolInfo::IsRegularLibSymbol ( PSTR  pszSymbolName)
protected

Definition at line 143 of file LibSymbolInfo.cpp.

Member Data Documentation

std::string CLibSymbolInfo::m_strErrorMsg
protected

Definition at line 29 of file LibSymbolInfo.h.

std::string CLibSymbolInfo::m_strResultsString
protected

Definition at line 28 of file LibSymbolInfo.h.


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