MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / LoaderMultipleResult

Class LoaderMultipleResult

include/Core/System/Loaders.hpp:31–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29 };
30
31 class LoaderMultipleResult
32 {
33 private:
34 std::vector<std::string> m_paths;
35 unsigned int m_loadCount;
36
37 public:
38 LoaderMultipleResult();
39 LoaderMultipleResult(const std::vector<std::string>& paths);
40 [[nodiscard]] std::vector<std::string> paths() const;
41 [[nodiscard]] unsigned int loadCount() const;
42 [[nodiscard]] bool success() const;
43 operator bool() const;
44 };
45} // namespace obe::System
46
47/**

Callers 1

loadAllMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected