source: XMLIO_V2/dev/common/src/cxios_impl.hpp @ 300

Last change on this file since 300 was 300, checked in by ymipsl, 12 years ago

nouvelle version de developpement de xios

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

YM

File size: 287 bytes
Line 
1#ifndef __XIOS_IMPL_HPP__
2#define __XIOS_IMPL_HPP__
3
4#include "xmlioserver_spl.hpp"
5#include "variable.hpp"
6
7namespace xmlioserver
8{
9  template <typename T>
10  T CXios::getin(const string& id)
11  {
12    return CObjectFactory::GetObject<CVariable>("xios",id)->getData<T>() ;
13  }
14
15
16
17}
18#endif
Note: See TracBrowser for help on using the repository browser.