MADNESS  0.10.1
Public Member Functions | Public Attributes | Private Attributes | List of all members
B Class Reference

Public Member Functions

 B (bool b=false)
 
 B (long b=0)
 
 ~B ()
 
long get () const
 
template<typename Archive >
void serialize (Archive &ar)
 
void set (long value)
 

Public Attributes

bool b
 

Private Attributes

long b
 

Constructor & Destructor Documentation

◆ B() [1/2]

B::B ( bool  b = false)
inline

◆ B() [2/2]

B::B ( long  b = 0)
inline

◆ ~B()

B::~B ( )
inline

References madness::print().

Member Function Documentation

◆ get()

long B::get ( ) const
inline

References b.

◆ serialize()

template<typename Archive >
void B::serialize ( Archive &  ar)
inline

References b.

◆ set()

void B::set ( long  value)
inline

References b.

Member Data Documentation

◆ b [1/2]

bool B::b

Referenced by test_in(), and test_out().

◆ b [2/2]

long B::b
private

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