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

#include "gmp-utils.h"

Public Member Functions

 gdb_mpf ()
 
 DISABLE_COPY_AND_ASSIGN (gdb_mpf)
 
void read_fixed_point (gdb::array_view< const gdb_byte > buf, enum bfd_endian byte_order, bool unsigned_p, const gdb_mpq &scaling_factor)
 
 ~gdb_mpf ()
 

Public Attributes

mpf_t val
 

Detailed Description

Definition at line 222 of file gmp-utils.h.

Constructor & Destructor Documentation

◆ gdb_mpf()

gdb_mpf::gdb_mpf ( )
inline

Definition at line 227 of file gmp-utils.h.

References val.

◆ ~gdb_mpf()

gdb_mpf::~gdb_mpf ( )
inline

Definition at line 249 of file gmp-utils.h.

References val.

Member Function Documentation

◆ DISABLE_COPY_AND_ASSIGN()

gdb_mpf::DISABLE_COPY_AND_ASSIGN ( gdb_mpf  )

◆ read_fixed_point()

void gdb_mpf::read_fixed_point ( gdb::array_view< const gdb_byte >  buf,
enum bfd_endian  byte_order,
bool  unsigned_p,
const gdb_mpq scaling_factor 
)
inline

Definition at line 238 of file gmp-utils.h.

References gdb_mpq::read_fixed_point(), gdb_mpq::val, and val.

Member Data Documentation

◆ val

mpf_t gdb_mpf::val

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