Elm
2
ELM is a library providing generic data structures, OS-independent interface, plugins and XML.
|
Public Member Functions | |
builder (t::uint32 capacity) | |
void | pushLite (word_t w) |
void | pushFill (word_t w) |
void | push (word_t w) |
void | pushRaw (word_t w) |
void | copy (word_t w) |
void | copy (word_t *wwords, int wsize) |
t::uint32 | getSize (void) const |
word_t * | getWords (void) const |
void | fix (word_t *&w, t::uint32 &s, int rem) |
References elm::array::copy().
Referenced by iter::copy(), and iter::pushTail().
References elm::fill(), elm::isLite(), elm::isOnes(), elm::isZeroes(), elm::lite(), and elm::mask().
Referenced by WAHVector::clear(), and WAHVector::set().
References elm::FILL, builder::pushFill(), and builder::pushLite().
Referenced by iter::pushTail().
References elm::FILL, elm::fillCount(), elm::ONES, and builder::pushRaw().
Referenced by builder::push(), and builder::pushLite().
References elm::ALL_ONES, elm::fill(), builder::pushFill(), and builder::pushRaw().
Referenced by WAHVector::clear(), builder::push(), and WAHVector::set().
Referenced by WAHVector::clear(), builder::pushFill(), builder::pushLite(), and WAHVector::set().