Ignore:
Timestamp:
06/07/10 18:34:17 (14 years ago)
Author:
hozdoba
Message:

Prise en charge de l'héritage descendant.
Travail sur les flux de sortie.
Correction de divers problÚmes.
Ajout d'une macro à BaseAttribut?.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XMLIO_V2/dev/dev_rv/src/XMLIO/xmlio_group_template.hpp

    r98 r104  
    1414         {/* Ne rien faire de plus */}             
    1515       
    16          virtual const char* getName(void) const {return ("GroupTemplate"); } 
    17                   
    1816         /// Pour les groupes d'objets enfants /// 
    1917          
     
    2422               
    2523            return (GroupTemplate<T, U>::GetObject(_id)); 
     24         } 
     25          
     26         XML::XMLNode getNodeIncludedFile(const string& path, const string& _rootName) 
     27         { 
     28            ifstream istr( path.c_str() , ifstream::in ); 
     29            return XML::XMLNode::CreateNode(istr, _rootName); 
    2630         } 
    2731          
     
    7579      protected: 
    7680       
    77       private: 
    7881         StrHashMap<T> childList; 
    7982         StrHashMap<GroupTemplate<T, U> > groupList; 
Note: See TracChangeset for help on using the changeset viewer.