File 'base/misc.tcl' (part of 'Pool_Base')
Home | Packages | Files | Procedures | Classes | Namespaces | Keywords | External packages
::pool::misc::currentAddress ()
|
Dangers: Assumes a usual setup with login name equivalent to email name.
|
Returns: The email address of the user calling the procedure.
|
::pool::misc::currentUser ()
|
Returns: Shortcut to get at the real name of the user calling the procedure.
|
::pool::misc::logName ()
|
|
Returns: The user (account) running the calling application.
|
::pool::misc::realName (account)
|
|
Notes: This procedure is specific to unix and derivations.
|
Argument: account
|
The name of the account to seach the real name for.
|
Returns: The real name associated to the account.
|
::pool::misc::setDifference (a b)
|
|
Argument: a
|
List containing the base set.
|
Argument: b
|
List containing the set to subtract from the first.
|
Returns: The difference A-B of the given sets.
|
::pool::misc::setIntersection (a b)
|
|
Argument: a
|
List containing the first set to intersect.
|
Argument: b
|
List containing the second set to intersect.
|
Returns: The intersection of the given sets.
|
::pool::misc::setUnion (a b)
|
|
Argument: a
|
List containing the first set to unify.
|
Argument: b
|
List containing the second set to unify.
|
Returns: The union of the given sets.
|
Home | Packages | Files | Procedures | Classes | Namespaces | Keywords | External packages
Generated by AutoDoc 2.4 at 09/14/2000, invoked by Andreas Kupries