Code forensics
0.1
Generate historical information about code changes
|
ORM wrapper for the file data. More...
#include <git_ir.hpp>
Public Member Functions | |
orm_file () | |
orm_file (FileId _id, CR< File > base) | |
Public Attributes | |
FileId | id |
![]() | |
CommitId | commit_id |
ir::FilePathId | path |
recorded in More... | |
Vec< LineId > | lines |
Additional Inherited Members | |
![]() | |
using | id_type = FileId |
ORM wrapper for the file data.
Intermediate types for the ORM storage - they are used in order to provide interfacing - id
field and default constructors (for the iterate<>()
method in the storage)
|
inline |
|
inline |
FileId ir::orm_file::id |