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

Author - name and email found during the source code analysis. More...

#include <git_ir.hpp>

Inheritance diagram for ir::Author:

Public Types

using id_type = AuthorId
 

Public Member Functions

auto operator== (CR< Author > other) const -> bool
 

Public Attributes

Str name
 
Str email
 

Detailed Description

Author - name and email found during the source code analysis.

Member Typedef Documentation

◆ id_type

using ir::Author::id_type = AuthorId

Member Function Documentation

◆ operator==()

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

Member Data Documentation

◆ email

Str ir::Author::email

◆ name

Str ir::Author::name

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