|
GCC Middle and Back End API Reference
|
#include <system.h>
Public Member Functions | |
| auto_mpz () | |
| ~auto_mpz () | |
| operator mpz_t & () | |
| mpz_ptr | operator-> () |
| auto_mpz (const auto_mpz &)=delete | |
| auto_mpz & | operator= (const auto_mpz &)=delete |
Private Attributes | |
| mpz_t | m_mpz |
Friends | |
| void | mpz_clear (auto_mpz &)=delete |
| void | mpz_init (auto_mpz &)=delete |
Do not introduce a gmp.h dependency on the build system.
|
inline |
References m_mpz, and mpz_init.
Referenced by auto_mpz(), mpz_clear, mpz_init, and operator=().
|
delete |
References auto_mpz().
|
inline |
References m_mpz.
|
inline |
References m_mpz.
References auto_mpz().
|
friend |
References auto_mpz().
Referenced by ~auto_mpz().
|
friend |
References auto_mpz().
Referenced by auto_mpz().
|
private |
Referenced by auto_mpz(), operator mpz_t &(), operator->(), and ~auto_mpz().