362c1f4c3b5ce9e3fce11167a51fbe4cdb2174de
Stefan Schuermans implemented specialized set...

Stefan Schuermans authored 12 years ago

src/noarch/FormatFile.h  1) /* Blinker
Stefan Schuermans update copyright header

Stefan Schuermans authored 5 years ago

src/common/FormatFile.h  2)    Copyright 2011-2019 Stefan Schuermans <stefan@blinkenarea.org>
Stefan Schuermans implemented specialized set...

Stefan Schuermans authored 12 years ago

src/noarch/FormatFile.h  3)    Copyleft GNU public license - http://www.gnu.org/copyleft/gpl.html
src/noarch/FormatFile.h  4)    a blinkenarea.org project */
src/noarch/FormatFile.h  5) 
Stefan Schuermans namespace for preprocessor...

Stefan Schuermans authored 12 years ago

src/noarch/FormatFile.h  6) #ifndef BLINKER_FORMATFILE_H
src/noarch/FormatFile.h  7) #define BLINKER_FORMATFILE_H
Stefan Schuermans implemented specialized set...

Stefan Schuermans authored 12 years ago

src/noarch/FormatFile.h  8) 
src/noarch/FormatFile.h  9) #include "Format.h"
src/noarch/FormatFile.h 10) #include "SettingFile_impl.h"
src/noarch/FormatFile.h 11) 
src/noarch/FormatFile.h 12) namespace Blinker {
src/noarch/FormatFile.h 13) 
src/noarch/FormatFile.h 14) /// setting file containting frame format
src/noarch/FormatFile.h 15) typedef SettingFile<Format> FormatFile;
src/noarch/FormatFile.h 16) 
src/noarch/FormatFile.h 17) } // namespace Blinker
src/noarch/FormatFile.h 18) 
Stefan Schuermans namespace for preprocessor...

Stefan Schuermans authored 12 years ago

src/noarch/FormatFile.h 19) #endif // #ifndef BLINKER_FORMATFILE_H