|
Nana C++ Library. Reference for users.
What we need to use nana
|
Classes | |
| struct | data |
| struct | implementation |
Public Member Functions | |
| element_store () | |
| ~element_store () | |
| element_interface *const * | bground (const std::string &) |
| void | bground (const std::string &, const pat::cloneable< element_interface > &) |
| void | bground (const std::string &, pat::cloneable< element_interface > &&) |
| nana::detail::element_store::element_store | ( | ) |
| nana::detail::element_store::~element_store | ( | ) |
| nana::element::element_interface *const * nana::detail::element_store::bground | ( | const std::string & | name | ) |
| void nana::detail::element_store::bground | ( | const std::string & | name, |
| const pat::cloneable< element_interface > & | rhs | ||
| ) |
| void nana::detail::element_store::bground | ( | const std::string & | name, |
| pat::cloneable< element_interface > && | rv | ||
| ) |