#pragma once #include #include namespace Func2 { class MknodBase; class MknodFactory { public: static bool valid(const std::string str_); static std::shared_ptr make(const std::string_view str_); }; }