Searched defs:cell_value (Results 1 – 1 of 1) sorted by relevance
40 string cell_value( const path & p ) const { return p.string(); } in cell_value() function46 string cell_value( const path & p ) const { return p.generic_string(); } in cell_value() function52 string cell_value( const path & p ) const in cell_value() function67 string cell_value( const path & p ) const { return p.root_path().string(); } in cell_value() function73 string cell_value( const path & p ) const { return p.root_name().string(); } in cell_value() function79 string cell_value( const path & p ) const { return p.root_directory().string(); } in cell_value() function85 string cell_value( const path & p ) const { return p.relative_path().string(); } in cell_value() function91 string cell_value( const path & p ) const { return p.parent_path().string(); } in cell_value() function97 string cell_value( const path & p ) const { return p.filename().string(); } in cell_value() function