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

ORM wrapper for the line data. More...

#include <git_ir.hpp>

Inheritance diagram for ir::orm_line:
Collaboration diagram for ir::orm_line:

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
 

Detailed Description

ORM wrapper for the line data.

Constructor & Destructor Documentation

◆ orm_line() [1/2]

ir::orm_line::orm_line ( )
inline

◆ orm_line() [2/2]

ir::orm_line::orm_line ( LineId  _id,
CR< LineData base 
)
inline

Member Data Documentation

◆ id

LineId ir::orm_line::id

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