PhoenixGenerator  2.2.0
Set of tools to generate code
Loading...
Searching...
No Matches
NanobindTraitTestSetup.h
Go to the documentation of this file.
1
2/***************************************
3 Auteur : Thibaut Oprinsen
4 Mail : thibaut.oprinsen@lapp.in2p3.fr
5 Licence : CeCILL-C
6****************************************/
7
8#ifndef __NANOBIND_TRAIT_TEST_SETUP_H__
9#define __NANOBIND_TRAIT_TEST_SETUP_H__
10
11#include <fstream>
13
16 public:
19
20 virtual void headerTestInclude(std::ofstream & fs, const GeneratorMode & mode, const PString & baseFileName) const;
21
22};
23
24#endif
virtual void headerTestInclude(std::ofstream &fs, const GeneratorMode &mode, const PString &baseFileName) const
Registration of static method.
NanobindTraitTestSetup()
Constructor of NanobindTraitTestSetup.
virtual ~NanobindTraitTestSetup()
Destructor of NanobindTraitTestSetup.
All the genertor modes.