Code forensics  0.1
Generate historical information about code changes
ir::Directory Struct Reference

Full directory path and it's parent ID. More...

#include <git_ir.hpp>

Inheritance diagram for ir::Directory:

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...
 

Detailed Description

Full directory path and it's parent ID.

Member Typedef Documentation

◆ id_type

using ir::Directory::id_type = DirectoryId

Member Function Documentation

◆ operator==()

auto ir::Directory::operator== ( CR< Directory other) const -> bool
inline

Id of the string.

Member Data Documentation

◆ name

Str ir::Directory::name

Parent directory ID.

◆ parent

Opt<DirectoryId> ir::Directory::parent

The documentation for this struct was generated from the following file: