• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 #ifndef MARISA_GRIMOIRE_IO_H_
2 #define MARISA_GRIMOIRE_IO_H_
3 
4 #include "marisa/grimoire/io/mapper.h"
5 #include "marisa/grimoire/io/reader.h"
6 #include "marisa/grimoire/io/writer.h"
7 
8 namespace marisa {
9 namespace grimoire {
10 
11 using io::Mapper;
12 using io::Reader;
13 using io::Writer;
14 
15 }  // namespace grimoire
16 }  // namespace marisa
17 
18 #endif  // MARISA_GRIMOIRE_IO_H_
19