MCPcopy Create free account
hub / github.com/comaps/comaps / SetFileName

Method SetFileName

libs/map/bookmark.hpp:112–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110 void SetName(std::string const & name);
111 void SetDescription(std::string const & desc);
112 void SetFileName(std::string const & fileName) { m_file = fileName; }
113 std::string GetName() const;
114 std::string const & GetFileName() const { return m_file; }
115

Callers 3

CreateCategoriesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected