GDB (xrefs)
Loading...
Searching...
No Matches
Public Member Functions | Private 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)
 
std::string str (const char *fmt) const
 
 ~gdb_mpf ()
 

Private Attributes

mpf_t m_val
 

Detailed Description

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

Constructor & Destructor Documentation

◆ gdb_mpf()

gdb_mpf::gdb_mpf ( )
inline

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

References m_val.

◆ ~gdb_mpf()

gdb_mpf::~gdb_mpf ( )
inline

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

References m_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 577 of file gmp-utils.h.

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

Referenced by generic_val_print_fixed_point().

◆ str()

std::string gdb_mpf::str ( const char * fmt) const
inline

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

References gmp_string_printf(), and m_val.

Member Data Documentation

◆ m_val

mpf_t gdb_mpf::m_val
private

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

Referenced by gdb_mpf(), read_fixed_point(), str(), and ~gdb_mpf().


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