Figuring out best way to pass different Variable types.
Must use polymorphism of the CVariable class with Get and Set? Union should be avoided as it doesn't preserve actual memory size of variable type (always returns the largest).
parent
e95a4ddd
No related branches found
No related tags found
Showing
- doc/CodingGuidelines 7 additions, 4 deletionsdoc/CodingGuidelines
- examples/hello/fstream.xml 1 addition, 1 deletionexamples/hello/fstream.xml
- examples/hello/helloADIOS_nompi.cpp 1 addition, 1 deletionexamples/hello/helloADIOS_nompi.cpp
- include/core/CTransform.h 6 additions, 2 deletionsinclude/core/CTransform.h
- include/core/CVariable.h 1 addition, 2 deletionsinclude/core/CVariable.h
- include/core/CVariableTemplate.h 7 additions, 4 deletionsinclude/core/CVariableTemplate.h
- include/public/ADIOS.h 2 additions, 0 deletionsinclude/public/ADIOS.h
- src/core/CGroup.cpp 6 additions, 0 deletionssrc/core/CGroup.cpp
- src/core/CVariable.cpp 1 addition, 2 deletionssrc/core/CVariable.cpp
- src/transport/CFStream.cpp 13 additions, 0 deletionssrc/transport/CFStream.cpp
Please register or sign in to comment