Scarab  v1.6.1
Project 8 C++ Utility Library
member_variables.hh
Go to the documentation of this file.
1 /*
2  * member_variables.hh
3  *
4  * Created on: Jan 6, 2016
5  * Author: nsoblath
6  */
7 
8 #ifndef SCARAB_MEMBER_VARIABLES_HH_
9 #define SCARAB_MEMBER_VARIABLES_HH_
10 
58 #define set_prefix set_
59 #define get_prefix get_
60 #define var_prefix f_
61 #define static_prefix s_
62 
63 #include "_member_variables.hh"
64 
65 #endif /* SCARAB_MEMBER_VARIABLES_HH_ */