-
Notifications
You must be signed in to change notification settings - Fork 4
Callable
GeckoN edited this page Jan 27, 2017
·
5 revisions
Represents an object that can be called.
Namespace: Reflection
The HTML documentation can be found here.
| Method | Description | | --- | --- | --- | | string GetNamespace() const | Gets this instance's namespace | | string GetName() const | Gets this instance's name | | bool Equals(const Callable@ pCallable) const | Returns whether the given callable type is identical to this one. | | bool IsCompatible(const Callable@ pCallable) const | Returns whether the given object type is compatible with this one. | | Function@ opCast() | Explicitly casts to sub type. | | Method@ opCast() | Explicitly casts to sub type. |