|
Code forensics
0.1
Generate historical information about code changes
|
ORM wrapper for the author data. More...
#include <git_ir.hpp>


Public Member Functions | |
| orm_author () | |
| orm_author (AuthorId _id, CR< Author > base) | |
Public Member Functions inherited from ir::Author | |
| auto | operator== (CR< Author > other) const -> bool |
Public Attributes | |
| AuthorId | id |
Public Attributes inherited from ir::Author | |
| Str | name |
| Str | |
Additional Inherited Members | |
Public Types inherited from ir::Author | |
| using | id_type = AuthorId |
ORM wrapper for the author data.
|
inline |
|
inline |
| AuthorId ir::orm_author::id |