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) | |
![]() | |
auto | operator== (CR< LineData > other) const -> bool |
Line indentation depth. More... | |
Public Attributes | |
LineId | id |
![]() | |
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 | |
![]() | |
using | id_type = LineId |
ORM wrapper for the line data.
|
inline |
|
inline |
LineId ir::orm_line::id |