GDB (xrefs)
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
mpfr_float_ops::gdb_mpfr Class Reference

Public Member Functions

 gdb_mpfr (const struct type *type)
 
 gdb_mpfr (const gdb_mpfr &source)
 
 ~gdb_mpfr ()
 

Public Attributes

mpfr_t val
 

Detailed Description

Definition at line 1193 of file target-float.c.

Constructor & Destructor Documentation

◆ gdb_mpfr() [1/2]

mpfr_float_ops::gdb_mpfr::gdb_mpfr ( const struct type * type)
inline

Definition at line 1198 of file target-float.c.

References floatformat_from_type(), floatformat_precision(), and val.

◆ gdb_mpfr() [2/2]

mpfr_float_ops::gdb_mpfr::gdb_mpfr ( const gdb_mpfr & source)
inline

Definition at line 1204 of file target-float.c.

References val.

◆ ~gdb_mpfr()

mpfr_float_ops::gdb_mpfr::~gdb_mpfr ( )
inline

Definition at line 1209 of file target-float.c.

References val.

Member Data Documentation

◆ val

mpfr_t mpfr_float_ops::gdb_mpfr::val

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