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