Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

more::lang::resolver Struct Reference

#include <location.h>

Inheritance diagram for more::lang::resolver:

Inheritance graph
[legend]
Collaboration diagram for more::lang::resolver:

Collaboration graph
[legend]
List of all members.

Public Methods

Friends


Constructor & Destructor Documentation

more::lang::resolver::resolver  
 

virtual more::lang::resolver::~resolver   [virtual]
 


Member Function Documentation

location* more::lang::resolver::client   [inline]
 

Return the location which uses this resolver.

virtual bool more::lang::resolver::equal_to resolver *    rhs [pure virtual]
 

Return true if equal to rhs.

Reimplemented in more::lang::cx_locator_resolver, and more::lang::cx_package_variable.

virtual void* more::lang::resolver::resolve   [pure virtual]
 

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.

virtual void more::lang::resolver::resolve_call void *    ret,
void **    args
[virtual]
 

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.

virtual ct_type const* more::lang::resolver::resolve_type_of   const [pure virtual]
 

Return the type of the object returned by resolve.

Reimplemented in more::lang::cx_locator_resolver, and more::lang::cx_package_variable.


Friends And Related Function Documentation

friend class location [friend]
 


The documentation for this struct was generated from the following file:
Generated on Sat Sep 7 19:12:54 2002 for more with Doxygen 1.2.13.1. Doxygen 1.2.13.1 is written and copyright 1997-2002 by Dimitri van Heesch.