|
Nana C++ Library. Reference for users.
What we need to use nana
|
The Any Objective is an object that may attach to some other object. More...
Public Member Functions | |
| virtual | ~any_objective ()=default |
| template<typename Target > | |
| void | anyobj (const Target &t) |
| template<typename Target > | |
| void | anyobj (Target &&t) |
| template<typename Target > | |
| Target * | anyobj () const |
| < Retrieves the attached object. Returns a nullptr if empty or if the type not match. More... | |
The Any Objective is an object that may attach to some other object.
|
virtualdefault |
|
inline |
|
inline |
|
inline |
< Retrieves the attached object. Returns a nullptr if empty or if the type not match.