Ignore:
Timestamp:
04/12/12 17:02:23 (12 years ago)
Author:
ymipsl
Message:

Suppress access to CObjectFactory class and CTreeManager.

YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/object_template.hpp

    r345 r346  
    6767          
    6868         static bool has(const string& id) ; 
     69         static bool has(const string& contextId, const string& id) ; 
    6970         static boost::shared_ptr<T> get(const string& id) ; 
     71         static boost::shared_ptr<T> get(const T* ptr) ; 
     72         static boost::shared_ptr<T> get(const string& contextId, const string& id) ; 
    7073         boost::shared_ptr<T> get(void) ; 
    7174         static boost::shared_ptr<T> create(const string& id=string("")) ; 
    72           
     75         static const vector< boost::shared_ptr<T> >& getAll() ; 
     76         static const vector< boost::shared_ptr<T> >& getAll(const string& contextId) ; 
     77         
    7378         void generateCInterface(ostream& oss) ; 
    7479         void generateFortran2003Interface(ostream& oss) ; 
Note: See TracChangeset for help on using the changeset viewer.