modes.hpp
Go to the documentation of this file.
00001 
00008 /*****************************************************************************
00009 ** Ifdefs
00010 *****************************************************************************/
00011 
00012 #ifndef ECL_DEVICES_MODES_HPP_
00013 #define ECL_DEVICES_MODES_HPP_
00014 
00015 /*****************************************************************************
00016 ** Includes
00017 *****************************************************************************/
00018 
00019 /*****************************************************************************
00020 ** Namespaces
00021 *****************************************************************************/
00022 
00023 namespace ecl {
00024 
00025 /*****************************************************************************
00026 ** Using
00027 *****************************************************************************/
00028 
00035 enum WriteMode {
00036     New,             
00037     Append                      
00038 };
00039 
00040 
00041 } // namespace ecl
00042 
00043 #endif /* ECL_DEVICES_MODES_HPP_ */


ecl_devices
Author(s): Daniel Stonier
autogenerated on Mon Jul 3 2017 02:22:02