ROSE 0.11.145.147
Public Member Functions | Public Attributes | List of all members
Sawyer::Container::BitVectorSupport::AddBits< Word > Struct Template Reference

Description

template<class Word>
struct Sawyer::Container::BitVectorSupport::AddBits< Word >

Definition at line 1110 of file BitVectorSupport.h.

Public Member Functions

 AddBits (bool carry)
 
bool operator() (const Word &w1, Word &w2, size_t nbits)
 

Public Attributes

bool carry
 

Constructor & Destructor Documentation

◆ AddBits()

template<class Word >
Sawyer::Container::BitVectorSupport::AddBits< Word >::AddBits ( bool  carry)
inline

Definition at line 1112 of file BitVectorSupport.h.

Member Function Documentation

◆ operator()()

template<class Word >
bool Sawyer::Container::BitVectorSupport::AddBits< Word >::operator() ( const Word &  w1,
Word &  w2,
size_t  nbits 
)
inline

Definition at line 1113 of file BitVectorSupport.h.

Member Data Documentation

◆ carry

template<class Word >
bool Sawyer::Container::BitVectorSupport::AddBits< Word >::carry

Definition at line 1111 of file BitVectorSupport.h.


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