Provides the name and type of a single function/procedure argument. More...
Inherits ObjectPtr< IArgumentInfo >.
Provides the name and type of a single function/procedure argument.
Usually part of a list of arguments in a Callable info object.
Argument info objects implement the Struct methods internally and are Core type ctStruct. 
Public Member Functions | |
| daq::StringPtr | getName () const | 
| Gets the name of the argument.  More... | |
| daq::CoreType | getType () const | 
| Gets the core type of the argument.  More... | |
      
  | 
  inline | 
Gets the name of the argument.
      
  | 
  inline | 
Gets the core type of the argument.
Dictionary, List and Object types should be avoided in public function/procedure callable objects as their key, item, or base interface type cannot be determined without internal knowledge of the function/procedure.