mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-23 22:53:43 +00:00
committed by
Konstantin Pastbin
parent
c9cbb64f12
commit
76ffc99abd
14
libs/indexer/classificator_loader.hpp
Normal file
14
libs/indexer/classificator_loader.hpp
Normal file
@@ -0,0 +1,14 @@
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
|
||||
namespace classificator
|
||||
{
|
||||
void Load();
|
||||
|
||||
// This method loads only classificator and types. It does not load and apply
|
||||
// style rules. It can be used only in separate modules (like pybindings) to
|
||||
// operate with number-string representations of types.
|
||||
void LoadTypes(std::string const & classificatorFileStr,
|
||||
std::string const & typesFileStr);
|
||||
} // namespace classificator
|
||||
Reference in New Issue
Block a user