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

Description

template<class Word, size_t bitsPerDigit>
struct Sawyer::Container::BitVectorSupport::ToString< Word, bitsPerDigit >

Definition at line 1397 of file BitVectorSupport.h.

Collaboration diagram for Sawyer::Container::BitVectorSupport::ToString< Word, bitsPerDigit >:
Collaboration graph
[legend]

Public Member Functions

bool operator() (const Word &word, size_t nbits)
 
std::string result ()
 

Public Attributes

Word remaining
 
size_t nremaining
 
std::string reversed
 

Constructor & Destructor Documentation

◆ ToString()

template<class Word , size_t bitsPerDigit>
Sawyer::Container::BitVectorSupport::ToString< Word, bitsPerDigit >::ToString ( )
inline

Definition at line 1402 of file BitVectorSupport.h.

Member Function Documentation

◆ operator()()

template<class Word , size_t bitsPerDigit>
bool Sawyer::Container::BitVectorSupport::ToString< Word, bitsPerDigit >::operator() ( const Word &  word,
size_t  nbits 
)
inline

Definition at line 1407 of file BitVectorSupport.h.

◆ result()

template<class Word , size_t bitsPerDigit>
std::string Sawyer::Container::BitVectorSupport::ToString< Word, bitsPerDigit >::result ( )
inline

Definition at line 1425 of file BitVectorSupport.h.

Member Data Documentation

◆ remaining

template<class Word , size_t bitsPerDigit>
Word Sawyer::Container::BitVectorSupport::ToString< Word, bitsPerDigit >::remaining

Definition at line 1398 of file BitVectorSupport.h.

◆ nremaining

template<class Word , size_t bitsPerDigit>
size_t Sawyer::Container::BitVectorSupport::ToString< Word, bitsPerDigit >::nremaining

Definition at line 1399 of file BitVectorSupport.h.

◆ reversed

template<class Word , size_t bitsPerDigit>
std::string Sawyer::Container::BitVectorSupport::ToString< Word, bitsPerDigit >::reversed

Definition at line 1400 of file BitVectorSupport.h.


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