Tcl
Public Member Functions | Static Public Attributes | Protected Member Functions | Static Protected Attributes | Private Member Functions
ns::itcl_class Class Reference

Documented itcl class itcl_class . More...

List of all members.

Public Member Functions

 constructor args
 Create object.
 destructor
 Destroy object.
 itcl_method_z arg
 Documented itcl method itcl_method_z .

Static Public Attributes

 itcl_Var
 Documented common itcl var itcl_Var .

Protected Member Functions

 itcl_method_y arg
 Documented itcl method itcl_method_y .

Static Protected Attributes

 itcl_var1
 Documented itcl var itcl_var1 .
 itcl_var2
 Documented itcl var itcl_var2 .

Private Member Functions

 itcl_method_x arg
 Documented itcl method itcl_method_x .

Detailed Description

Documented itcl class itcl_class .


Constructor & Destructor Documentation

ns::itcl_class::constructor args

Create object.

    constructor {args} {eval $args}
ns::itcl_class::destructor

Destroy object.

    destructor {exit}

Member Function Documentation

[private]
ns::itcl_class::itcl_method_x arg

Documented itcl method itcl_method_x .

param[in] arg Argument

itcl::body ::ns::itcl_class::itcl_method_x {argx} {
  puts "$argx OK"
}
[protected]
ns::itcl_class::itcl_method_y arg

Documented itcl method itcl_method_y .

param[in] arg Argument

    protected method itcl_method_y {arg} {}
ns::itcl_class::itcl_method_z arg

Documented itcl method itcl_method_z .

param[in] arg Argument

    public method itcl_method_z {arg} {}

Member Data Documentation

Documented common itcl var itcl_Var .

    common itcl_Var
ns::itcl_class::itcl_var1 [static, protected]

Documented itcl var itcl_var1 .

    
ns::itcl_class::itcl_var2 [static, protected]

Documented itcl var itcl_var2 .

    

The documentation for this class was generated from the following file: