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

#include <Range.h>

Inheritance diagram for bmalloc::Range:
bmalloc::LargeRange bmalloc::LargeRange

Public Member Functions

 Range ()
 
 Range (void *start, size_t size)
 
char * begin () const
 
char * end () const
 
size_t size () const
 
bool operator! () const
 
 operator bool () const
 
bool operator< (const Range &other) const
 
 Range ()
 
 Range (void *start, size_t size)
 
char * begin () const
 
char * end () const
 
size_t size () const
 
bool operator! () const
 
 operator bool () const
 
bool operator< (const Range &other) const
 

Constructor & Destructor Documentation

◆ Range() [1/4]

bmalloc::Range::Range ( )
inline

◆ Range() [2/4]

bmalloc::Range::Range ( void start,
size_t  size 
)
inline

◆ Range() [3/4]

bmalloc::Range::Range ( )
inline

◆ Range() [4/4]

bmalloc::Range::Range ( void start,
size_t  size 
)
inline

Member Function Documentation

◆ begin() [1/2]

char* bmalloc::Range::begin ( ) const
inline

◆ begin() [2/2]

char* bmalloc::Range::begin ( ) const
inline

◆ end() [1/2]

char* bmalloc::Range::end ( ) const
inline

◆ end() [2/2]

char* bmalloc::Range::end ( ) const
inline

◆ operator bool() [1/2]

bmalloc::Range::operator bool ( ) const
inlineexplicit

◆ operator bool() [2/2]

bmalloc::Range::operator bool ( ) const
inlineexplicit

◆ operator!() [1/2]

bool bmalloc::Range::operator! ( ) const
inline

◆ operator!() [2/2]

bool bmalloc::Range::operator! ( ) const
inline

◆ operator<() [1/2]

bool bmalloc::Range::operator< ( const Range other) const
inline

◆ operator<() [2/2]

bool bmalloc::Range::operator< ( const Range other) const
inline

◆ size() [1/2]

size_t bmalloc::Range::size ( ) const
inline

◆ size() [2/2]

size_t bmalloc::Range::size ( ) const
inline

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