source: XIOS3/dev/XIOS_FILE_SERVICES/src/object_factory_decl3.cpp @ 2453

Last change on this file since 2453 was 2453, checked in by ymipsl, 18 months ago

Implementation of files service on dev branch

YM

  • Property svn:eol-style set to native
File size: 450 bytes
Line 
1#include "object_factory_decl_macro.hpp"
2
3
4namespace xios
5{
6  macro(CFieldGroup)
7  macro(CFileGroup)
8  macro(CCouplerInGroup)
9  macro(CCouplerOutGroup)
10  macro(CGridGroup)
11  macro(CAxisGroup)
12  macro(CDomainGroup)
13  macro(CContextGroup)
14  macro(CVariableGroup)
15  macro(CInverseAxisGroup)
16  macro(CZoomAxisGroup)
17  macro(CInterpolateAxisGroup)
18  macro(CExtractAxisGroup)
19  macro(CZoomDomainGroup)
20  macro(CPoolNodeGroup)
21  macro(CServiceNodeGroup)
22}
23
Note: See TracBrowser for help on using the repository browser.