GCC Middle and Back End API Reference
name_map Class Reference

Public Member Functions

 name_map ()
 
 name_map (char *_name, unsigned _src)
 
bool operator== (const name_map &rhs) const
 
bool operator< (const name_map &rhs) const
 

Data Fields

const char * name
 
unsigned src
 

Constructor & Destructor Documentation

◆ name_map() [1/2]

name_map::name_map ( )
inline

Referenced by operator<(), and operator==().

◆ name_map() [2/2]

name_map::name_map ( char * _name,
unsigned _src )
inline

References name, and src.

Member Function Documentation

◆ operator<()

bool name_map::operator< ( const name_map & rhs) const
inline

References name, and name_map().

◆ operator==()

bool name_map::operator== ( const name_map & rhs) const
inline

References name, and name_map().

Field Documentation

◆ name

const char* name_map::name

◆ src

unsigned name_map::src

Referenced by name_map().


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