Functions | |
string | Host (type host) |
get the classification of your host | |
string | App (type host) |
get the classification of your application on host |
variable | string NAME = DEFAULT | set NAME DEFAULT |
variable | array NAME = DEFAULT | array set NAME DEFAULT |
procedure | string NAME ( type ARG1, ... ) | proc NAME {ARG1 ...} |
procedure | string NAME ( optional ARG1=DEF1, ... ) | proc NAME {{ARG1 DEF1} ...} |
lib/libClassify.tcl
is available with: package require classify ?1.0?
string classify::Host | ( | type | host | ) |
get the classification of your host
host | the name of the host using HOST syntax |
string classify::App | ( | type | host | ) |
get the classification of your application on host
host | the name of the host using HOST syntax |