GDB (xrefs)
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
type_pair Struct Reference

Public Member Functions

 type_pair (struct type *old_, struct type *newobj_)
 

Public Attributes

struct type *const old
 
struct type *const *const newobj
 

Detailed Description

Definition at line 5434 of file gdbtypes.c.

Constructor & Destructor Documentation

◆ type_pair()

type_pair::type_pair ( struct type * old_,
struct type * newobj_ )
inline

Definition at line 5436 of file gdbtypes.c.

Referenced by copy_type_recursive().

Member Data Documentation

◆ newobj

struct type* const * const type_pair::newobj

Definition at line 5440 of file gdbtypes.c.

◆ old

struct type* const type_pair::old

Definition at line 5440 of file gdbtypes.c.

Referenced by type_pair_eq(), and type_pair_hash().


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