Code forensics
0.1
Generate historical information about code changes
|
Full directory path and it's parent ID. More...
#include <git_ir.hpp>
Public Types | |
using | id_type = DirectoryId |
Public Member Functions | |
auto | operator== (CR< Directory > other) const -> bool |
Id of the string. More... | |
Public Attributes | |
Opt< DirectoryId > | parent |
Str | name |
Parent directory ID. More... | |
Full directory path and it's parent ID.
using ir::Directory::id_type = DirectoryId |
|
inline |
Id of the string.
Str ir::Directory::name |
Parent directory ID.
Opt<DirectoryId> ir::Directory::parent |