Nana C++ Library. Reference for users.
What we need to use nana
|
useful for both absolute and display (sorted) positions More...
Public Member Functions | |
index_pair (size_type cat_pos=0, size_type item_pos=0) noexcept | |
bool | empty () const noexcept |
void | set_both (size_type n) noexcept |
bool | is_category () const noexcept |
bool | operator== (const index_pair &r) const noexcept |
bool | operator!= (const index_pair &r) const noexcept |
bool | operator< (const index_pair &r) const noexcept |
bool | operator> (const index_pair &r) const noexcept |
Public Attributes | |
size_type | cat |
size_type | item |
Static Public Attributes | |
static constexpr const size_type | npos = ::nana::npos |
useful for both absolute and display (sorted) positions
|
inlineexplicitnoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
size_type nana::drawerbase::listbox::index_pair::cat |
size_type nana::drawerbase::listbox::index_pair::item |
|
static |