f670ca05dd608c9d5b0300ca1dc493f6ffd8afa1
Stefan Schuermans implemented specialized set...

Stefan Schuermans authored 12 years ago

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

Stefan Schuermans authored 10 years ago

src/noarch/NameFile.h  2)    Copyright 2011-2014 Stefan Schuermans <stefan@blinkenarea.org>
Stefan Schuermans implemented specialized set...

Stefan Schuermans authored 12 years ago

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

Stefan Schuermans authored 12 years ago

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

Stefan Schuermans authored 12 years ago

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

Stefan Schuermans authored 12 years ago

src/noarch/NameFile.h 19) #endif // #ifndef BLINKER_NAMEFILE_H