C++ features by examples
|
is part of MVC with Model and View More...
Public Member Functions | |
Controller (Model &s) | |
int | command (Command &cmnd) |
int | command (Command &&cmnd) |
Public Attributes | |
Model & | mod |
is part of MVC with Model and View
Definition at line 657 of file patterns.cpp.
|
inline |
Definition at line 663 of file patterns.cpp.
|
inline |
|
inline |
Definition at line 665 of file patterns.cpp.
Model& Controller::mod |
Definition at line 662 of file patterns.cpp.