PandA-2024.02
Data Structures | Functions
APInt.hpp File Reference
#include <iostream>
#include <string>
#include <type_traits>
#include <boost/multiprecision/cpp_int.hpp>
#include <boost/multiprecision/cpp_int/literals.hpp>
Include dependency graph for APInt.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  APInt
 

Functions

std::ostream & operator<< (std::ostream &str, const APInt &v)
 
std::istream & operator>> (std::istream &str, APInt &v)
 
template<char... STR>
constexpr APInt::number operator"" _apint ()
 

Detailed Description

Author
Michele Fiorito miche.nosp@m.le.f.nosp@m.iorit.nosp@m.o@po.nosp@m.limi..nosp@m.it $Revision$ $Date$ Last modified by $Author$

Definition in file APInt.hpp.

Function Documentation

◆ operator"" _apint()

template<char... STR>
constexpr APInt::number operator"" _apint ( )

Definition at line 161 of file APInt.hpp.

References STR, test_panda::type, and symmetry::value.

◆ operator<<()

std::ostream& operator<< ( std::ostream &  str,
const APInt v 
)

Definition at line 439 of file APInt.cpp.

References APInt::_data, and str.

◆ operator>>()

std::istream& operator>> ( std::istream &  str,
APInt v 
)

Definition at line 445 of file APInt.cpp.

References APInt::_data, and str.


Generated on Mon Feb 12 2024 13:03:34 for PandA-2024.02 by doxygen 1.8.13