source: XIOS3/trunk/src/object_factory_decl3.cpp @ 2426

Last change on this file since 2426 was 2408, checked in by ymipsl, 20 months ago

Minimum requirement to introduce new nodes in XML tree
=> done for pool node (introducing service)
YM

  • Property svn:eol-style set to native
File size: 423 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}
22
Note: See TracBrowser for help on using the repository browser.