Documented namespace ns
.
The code is inserted here:
9 itcl::class itcl_class {
11 constructor {args} {
eval $args}
16 private method itcl_method_x {arg}{}
19 protected method itcl_method_y {arg} {}
22 public method itcl_method_z {arg} {}
30 oo::class create oo_class {
33 constructor {args} {
eval $args}
42 method oo_method_x {arg} {}
45 method oo_method_y {arg} {}
48 method oo_method_z {arg} {}
Function Documentation
Documented proc ns_proc
.
param[in] arg some argument
proc ns_proc {arg} {}