Pyrogenesis  trunk
Public Member Functions | Private Attributes | List of all members
x86_x64::StringStripper Class Reference

functor to remove substrings from the CPU identifier string More...

Public Member Functions

 StringStripper (char *string, size_t max_chars)
 
void operator() (const char *substring)
 

Private Attributes

char * m_string
 
size_t m_max_chars
 

Detailed Description

functor to remove substrings from the CPU identifier string

Constructor & Destructor Documentation

x86_x64::StringStripper::StringStripper ( char *  string,
size_t  max_chars 
)
inline

Member Function Documentation

void x86_x64::StringStripper::operator() ( const char *  substring)
inline

Member Data Documentation

size_t x86_x64::StringStripper::m_max_chars
private
char* x86_x64::StringStripper::m_string
private

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