Ignore:
Timestamp:
02/13/12 19:35:25 (12 years ago)
Author:
ymipsl
Message:

nouvelle version de developpement de xios

  • nouvelle interface fortran
  • recodage complet de la couche de communication
  • et bien d'autres choses...

YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XMLIO_V2/dev/common/src/attribute_template.hpp

    r219 r300  
    1010#include "array.hpp" 
    1111#include "attribute.hpp" 
     12#include "buffer_in.hpp" 
     13#include "buffer_out.hpp" 
     14 
    1215 
    1316namespace xmlioserver 
     
    4043            /// Accesseur /// 
    4144            inline ValueType getValue(void) const; 
     45            inline ValueType* getRef(void) ; 
    4246 
    4347            /// Mutateurs /// 
     
    5761            virtual void fromBinary(StdIStream & is);             
    5862 
     63            virtual bool toBuffer  (CBufferOut& buffer) const; 
     64            virtual bool fromBuffer(CBufferIn& buffer) ; 
     65            virtual size_t size(void) const; 
     66    
     67 
    5968         protected : 
    6069 
Note: See TracChangeset for help on using the changeset viewer.