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 .
 itcl_method_x argx

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

Private Member Functions

 itcl_method_x arg
 Documented itcl method itcl_method_x .

Detailed Description

Documented itcl class itcl_class .


Constructor & Destructor Documentation

Create object.

    constructor {args} {eval $args}

Destroy object.

    destructor {exit}

Member Function Documentation

Documented itcl method itcl_method_x .

param[in] arg Argument

    private method itcl_method_x {arg}{}
itcl::body ::ns::itcl_class::itcl_method_x {argx} {
  puts "$argx OK"
}

Documented itcl method itcl_method_y .

param[in] arg Argument

    protected method itcl_method_y {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 .

    variable #< Documented itcl var \c itcl_var1 .
ns::itcl_class::itcl_var2 [static, protected]
    variable itcl_var2  }

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