NeoPZ
TPZFunctionTranslator.h
Go to the documentation of this file.
1 /*
2  * File: TPZFunctionTranslator.h
3  * Author: thiago
4  *
5  * Created on 12 de Março de 2018, 16:57
6  */
7 
8 #ifndef TPZFUNCTIONTRANSLATOR_H
9 #define TPZFUNCTIONTRANSLATOR_H
10 
11 #include "TPZChunkTranslator.h"
12 
13 template<class TVar>
15 public:
18 
19  virtual void UpdateAttributes(TPZChunkInTranslation& chunk, const std::map<std::string, uint64_t>& toVersion);
20 
21  virtual ~TPZFunctionTranslator();
22 private:
23 
24 };
25 
26 template<class TVar>
28 }
29 
30 template<class TVar>
32 }
33 
34 template<class TVar>
35 void TPZFunctionTranslator<TVar>::UpdateAttributes(TPZChunkInTranslation& chunk, const std::map<std::string, uint64_t>& toVersion){
36 
37 }
38 
39 template<class TVar>
41 }
42 
43 
44 #endif /* TPZFUNCTIONTRANSLATOR_H */
45 
virtual void UpdateAttributes(TPZChunkInTranslation &chunk, const std::map< std::string, uint64_t > &toVersion)