|
Tcl
|
Documented oo class oo_class .
More...
Public Member Functions | |
| constructor args | |
| Create object. | |
| destructor | |
| Destroy object. | |
| oo_method_z arg | |
Documented oo method oo_method_z . | |
Static Public Attributes | |
| oo_var | |
Documented oo var oo_var . | |
| oo_var_out | |
Outside defined variable oo_var_out . | |
Protected Member Functions | |
| oo_method_y arg | |
Documented oo method oo_method_y . | |
Private Member Functions | |
| oo_method_x arg | |
Documented oo method oo_method_x . | |
Documented oo class oo_class .
| ns::oo_class::constructor | args |
Create object.
Configure with args
constructor {args} {eval $args}
| ns::oo_class::destructor |
Destroy object.
Exit.
destructor {exit}
| ns::oo_class::oo_method_x | arg |
Documented oo method oo_method_x .
param[in] arg Argument
method oo_method_x {arg} {}
| ns::oo_class::oo_method_y | arg |
Documented oo method oo_method_y .
param[in] arg Argument
method oo_method_y {arg} {}
| ns::oo_class::oo_method_z | arg |
Documented oo method oo_method_z .
param[in] arg Argument
method oo_method_z {arg} {}
ns::oo_class::oo_var [static] |
Documented oo var oo_var .
Defined inside class
variable oo_var
ns::oo_class::oo_var_out [static] |
1.7.5