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

Class column_base

doc/path_table.cpp:31–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected