PhoenixGenerator  2.2.0
Set of tools to generate code
Loading...
Searching...
No Matches
NanobindTraitMethod.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_METHOD_H__
9#define __NANOBIND_TRAIT_METHOD_H__
10
11#include <fstream>
13
16 public:
18 virtual ~NanobindTraitMethod();
19
20 virtual void registerConstructor(std::ofstream & fs, const PClassConfig & classConfig, const GeneratorMode & mode) const;
21};
22
23#endif
virtual void registerConstructor(std::ofstream &fs, const PClassConfig &classConfig, const GeneratorMode &mode) const
virtual ~NanobindTraitMethod()
Destructor of NanobindTraitMethod.
NanobindTraitMethod()
Constructor of NanobindTraitMethod.
Class to describe a basic class.
All the genertor modes.