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

ORM wrapper for the author data. More...

#include <git_ir.hpp>

Inheritance diagram for ir::orm_author:
Collaboration diagram for ir::orm_author:

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 email
 

Additional Inherited Members

- Public Types inherited from ir::Author
using id_type = AuthorId
 

Detailed Description

ORM wrapper for the author data.

Constructor & Destructor Documentation

◆ orm_author() [1/2]

ir::orm_author::orm_author ( )
inline

◆ orm_author() [2/2]

ir::orm_author::orm_author ( AuthorId  _id,
CR< Author base 
)
inline

Member Data Documentation

◆ id

AuthorId ir::orm_author::id

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