webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | List of all members
WebCore::BitStack Class Reference

#include <TextIterator.h>

Public Member Functions

 BitStack ()
 
 ~BitStack ()
 
void push (bool)
 
void pop ()
 
bool top () const
 
unsigned size () const
 
 BitStack ()
 
 ~BitStack ()
 
void push (bool)
 
void pop ()
 
bool top () const
 
unsigned size () const
 

Constructor & Destructor Documentation

◆ BitStack() [1/2]

WebCore::BitStack::BitStack ( )

◆ ~BitStack() [1/2]

WebCore::BitStack::~BitStack ( )

◆ BitStack() [2/2]

WebCore::BitStack::BitStack ( )

◆ ~BitStack() [2/2]

WebCore::BitStack::~BitStack ( )

Member Function Documentation

◆ pop() [1/2]

void WebCore::BitStack::pop ( )

◆ pop() [2/2]

void WebCore::BitStack::pop ( )

◆ push() [1/2]

void WebCore::BitStack::push ( bool  bit)

◆ push() [2/2]

void WebCore::BitStack::push ( bool  )

◆ size() [1/2]

unsigned WebCore::BitStack::size ( ) const

◆ size() [2/2]

unsigned WebCore::BitStack::size ( ) const

◆ top() [1/2]

bool WebCore::BitStack::top ( ) const

◆ top() [2/2]

bool WebCore::BitStack::top ( ) const

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