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

common::common::CContainer Class Reference

#include <hyp.fem.intern.h>


Detailed Description

Description
    hyp_ker::com_result CContainer::NondelegatingQueryInterface(const hyp_ker::hypIID& iid,void** ppv)
    {
            if(iid==IID_hypIContainer) {
                    return FinishQI(static_cast<IContainer*>(this),ppv);
            } else if(iid==IID_hypIContainerIterator) {
                    return FinishQI(static_cast<IContainerIterator*>(this),ppv);
            } else if(iid==IID_hypIContainerKey) {
                    return FinishQI(static_cast<IContainerKey*>(this),ppv);
            } else {
                    return CUnknown::NondelegatingQueryInterface(iid,ppv);
            }
    }
    //DOXYTAG


The documentation for this class was generated from the following file:
Top of Page
written by Pierre Rebours © 2000-2001. Terms of Use.