xref: /aosp_15_r20/external/marisa-trie/lib/marisa/grimoire/io.h (revision ab8db090fce404b23716c4c9194221ee27efe31c)
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