MCPcopy Create free account
hub / github.com/davidgiven/fluxengine / Path

Class Path

lib/vfs/vfs.h:15–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13class SectorInterface;
14
15class Path : public std::vector<std::string>
16{
17public:
18 Path() {}
19 Path(const std::vector<std::string>::const_iterator& begin,
20 const std::vector<std::string>::const_iterator& end);
21 Path(const std::vector<std::string> other);
22 Path(const std::string& text);
23
24public:
25 Path parent() const;
26 Path concat(const std::string& s) const;
27 std::string to_str(const std::string sep = "/") const;
28};
29
30enum FileType
31{

Callers 10

getDirentMethod · 0.70
testPathParsingFunction · 0.50
testPathParenthoodFunction · 0.50
testPartialExtentFunction · 0.50
testLogicalExtentsFunction · 0.50
testPutGetFunction · 0.50
testPutBigFileFunction · 0.50
testDeleteFunction · 0.50
testMoveFunction · 0.50
testPutMetadataFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected