|
NexusForce 1.0.0
A Modern C++ Library with extended functionality, web components, and utility libraries
|
成员的完整列表,这些成员属于 bitmap,包括所有继承而来的类成员
| allocator_type typedef | bitmap | |
| back() | bitmap | inline |
| back() const | bitmap | inline |
| begin() noexcept | bitmap | inline |
| begin() const noexcept | bitmap | inline |
| bitmap() noexcept=default | bitmap | |
| bitmap(const size_type word) | bitmap | inlineexplicit |
| bitmap(const size_type word, const bool value) | bitmap | inlineexplicit |
| bitmap(const int32_t word, const bool value) | bitmap | inlineexplicit |
| bitmap(const int64_t word, const bool value) | bitmap | inlineexplicit |
| bitmap(const bitmap &other) | bitmap | inline |
| bitmap(bitmap &&other) noexcept | bitmap | inline |
| bitmap(Iterator first, Iterator last) | bitmap | inline |
| capacity() const noexcept | bitmap | inline |
| cbegin() const noexcept | bitmap | inline |
| cend() const noexcept | bitmap | inline |
| clear() | bitmap | inline |
| const_iterator typedef | bitmap | |
| const_pointer typedef | bitmap | |
| const_reference typedef | bitmap | |
| const_reverse_iterator typedef | bitmap | |
| crbegin() const noexcept | bitmap | inline |
| crend() const noexcept | bitmap | inline |
| difference_type typedef | bitmap | |
| empty() const noexcept | bitmap | inline |
| end() noexcept | bitmap | inline |
| end() const noexcept | bitmap | inline |
| erase(const iterator &position) | bitmap | inline |
| erase(const iterator &first, const iterator &last) | bitmap | inline |
| front() | bitmap | inline |
| front() const | bitmap | inline |
| insert(const iterator &position, const bool value) | bitmap | inline |
| insert(iterator position, Iterator first, Iterator last) | bitmap | inline |
| insert(const iterator &position, const bool *first, const bool *last) | bitmap | inline |
| insert(const iterator &position, const size_type n, const bool value) | bitmap | inline |
| insert(const iterator &pos, const int32_t n, const bool value) | bitmap | inline |
| insert(const iterator &pos, const int64_t n, const bool value) | bitmap | inline |
| iterator typedef | bitmap | |
| max_size() const noexcept | bitmap | inline |
| operator!=(const bitmap &rhs) const noexcept(noexcept(!(*this==rhs))) | icomparable< bitmap > | inline |
| operator<(const bitmap &rhs) const noexcept(noexcept(_NEFORCE lexicographical_compare(this->cbegin(), this->cend(), rhs.cbegin(), rhs.cend()))) | bitmap | inline |
| operator<=(const bitmap &rhs) const noexcept(noexcept(!(derived() > rhs))) | icomparable< bitmap > | inline |
| operator=(const bitmap &other) | bitmap | inline |
| operator=(bitmap &&other) noexcept | bitmap | inline |
| operator==(const bitmap &rhs) const noexcept(noexcept(_NEFORCE equal(this->cbegin(), this->cend(), rhs.cbegin()))) | bitmap | inline |
| operator>(const bitmap &rhs) const noexcept(noexcept(rhs< derived())) | icomparable< bitmap > | inline |
| operator>=(const bitmap &rhs) const noexcept(noexcept(!(derived()< rhs))) | icomparable< bitmap > | inline |
| operator[](const size_type n) | bitmap | inline |
| operator[](const size_type n) const | bitmap | inline |
| pointer typedef | bitmap | |
| pop_back() | bitmap | inline |
| push_back(const bool value) | bitmap | inline |
| rbegin() noexcept | bitmap | inline |
| rbegin() const noexcept | bitmap | inline |
| reference typedef | bitmap | |
| rend() noexcept | bitmap | inline |
| rend() const noexcept | bitmap | inline |
| reserve(const size_type n) | bitmap | inline |
| resize(const size_type n, const bool value=bool()) | bitmap | inline |
| reverse_iterator typedef | bitmap | |
| size() const noexcept | bitmap | inline |
| size_type typedef | bitmap | |
| swap(bitmap &other) noexcept | bitmap | inline |
| value_type typedef | bitmap | |
| ~bitmap()=default | bitmap |