/home/coin/SVN-release/OS-2.3.1/OS/src/OSCommonInterfaces/OSoLWriter.h

Go to the documentation of this file.
00001 /* $Id: OSoLWriter.h 2698 2009-06-09 04:14:07Z kmartin $ */
00019 #ifndef OSoLWRITER_H
00020 #define OSoLWRITER_H
00021 
00022 #include "OSOption.h"
00023 #include <string>
00024 
00031 class OSoLWriter{  
00032 private:
00036         const OSOption *m_OSOption;
00037 public:
00038 
00043         OSoLWriter( );
00044 
00049         ~OSoLWriter();
00050 
00058         std::string writeOSoL( OSOption *theosoption);
00059         
00062         bool m_bWhiteSpace;
00063 };
00064 #endif

Generated on Sun Jan 2 03:04:42 2011 by  doxygen 1.4.7