MCPcopy Index your code
hub / github.com/Uncodin/bypass / Document

Class Document

src/document.h:25–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23namespace Bypass
24{
25 class Document
26 {
27 public:
28 Document();
29 ~Document();
30 void append(const Element& elements);
31 Element operator[](size_t i);
32 size_t size();
33 private:
34 std::vector<Element> elements;
35 };
36}
37
38#endif // _BYPASS_DOCUMENT_H_

Callers 1

parseMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected