f670ca05dd608c9d5b0300ca1dc493f6ffd8afa1
Stefan Schuermans implemented specialized set...

Stefan Schuermans authored 12 years ago

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

Stefan Schuermans authored 10 years ago

src/noarch/FormatFile.h  2)    Copyright 2011-2014 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