LLVM API Documentation

Public Member Functions
llvm::SmallBitVector::reference Class Reference

#include <SmallBitVector.h>

List of all members.

Public Member Functions

 reference (SmallBitVector &b, unsigned Idx)
referenceoperator= (reference t)
referenceoperator= (bool t)
 operator bool () const

Detailed Description

Definition at line 59 of file SmallBitVector.h.


Constructor & Destructor Documentation

Definition at line 64 of file SmallBitVector.h.


Member Function Documentation

llvm::SmallBitVector::reference::operator bool ( ) const [inline]

Definition at line 79 of file SmallBitVector.h.

reference& llvm::SmallBitVector::reference::operator= ( reference  t) [inline]

Definition at line 66 of file SmallBitVector.h.

reference& llvm::SmallBitVector::reference::operator= ( bool  t) [inline]

Definition at line 71 of file SmallBitVector.h.

References llvm::SmallBitVector::reset(), and llvm::SmallBitVector::set().


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