#include <location.h>
Inheritance diagram for more::lang::resolver:
|
|
|
|
|
Return the location which uses this resolver.
|
|
Return true if equal to rhs.
Reimplemented in more::lang::cx_locator_resolver, and more::lang::cx_package_variable. |
|
If m_ptr == 0, this function shall return a pointer to the object. It may optionally also set m_ptr to speed up later calls to get(). If the binding can not be resolved, return 0. Reimplemented in more::lang::cx_locator_resolver, and more::lang::cx_package_variable. |
|
If m_ptr == 0 and type_of() is an ct_proto, this function shall call the function represented by this value. The default implementation calls the function returned by this->resolve() using ct_proto::call. |
|
Return the type of the object returned by resolve.
Reimplemented in more::lang::cx_locator_resolver, and more::lang::cx_package_variable. |
|
|