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


Public Member Functions | |
| orm_line () | |
| orm_line (LineId _id, CR< LineData > base) | |
Public Member Functions inherited from ir::LineData | |
| auto | operator== (CR< LineData > other) const -> bool |
| Line indentation depth. More... | |
Public Attributes | |
| LineId | id |
Public Attributes inherited from ir::LineData | |
| AuthorId | author |
| i64 | time |
| Line author ID. More... | |
| StringId | content |
| Time line was written. More... | |
| CommitId | commit |
| Content of the line. More... | |
| int | nesting |
Additional Inherited Members | |
Public Types inherited from ir::LineData | |
| using | id_type = LineId |
ORM wrapper for the line data.
|
inline |
|
inline |
| LineId ir::orm_line::id |