MCPcopy Create free account
hub / github.com/boostorg/filesystem / column_base

Class column_base

doc/path_table.cpp:30–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28const string empty_string;
29
30struct column_base
31{
32 virtual string heading() const = 0;
33 virtual string cell_value(const path& p) const = 0;
34};
35
36struct c0 : public column_base
37{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected