| 
		| class Completion | Handle for a Completion type.
    More... |  
 |  | 
Public Methods
Public Static Methods
 Completion objects are used to convey the return status and value
 from functions.
 See FunctionImp::execute()
See also: FunctionImp
| Completion (ComplType c = Normal, const Value& v = Value(),
               const UString &t = UString::null) 
 | Completion | 
| Completion (CompletionImp *v) 
 | Completion | 
| Completion (const Completion &v) 
 | Completion | 
| ~Completion () 
 | ~Completion | 
 [virtual]
| Completion&  operator= (const Completion &v) 
 | operator= | 
Reimplemented from Value.
| Completion  dynamicCast (const Value &v) 
 | dynamicCast | 
 [static]
 Converts a Value into an Completion. If the value's type is not
 CompletionType, a null object will be returned (i.e. one with it's
 internal pointer set to 0). If you do not know for sure whether the
 value is of type CompletionType, you should check the isNull()
 methods afterwards before calling any methods on the returned value.
Returns: The value converted to an Completion
     
| ComplType  complType () 
 | complType | 
 [const]
 [const]
 [const]
| bool  isValueCompletion () 
 | isValueCompletion | 
 [const]
	
	| Generated by: caleb on tcdevel on Tue Jan 28 12:54:24 2003, using kdoc $. |