Project_DJ_Engine
Documentation:
Getting Started
API Reference
Editor_Format
Project_DJ_Engine
Class BranchLine
View page source
Class BranchLine
Defined in
File LineVersion.hpp
Class Documentation
class
BranchLine
Public Functions
bool
GetHead
(
git_oid
&
oid
)
bool
CheckUnborn
(
)
void
Born
(
git_index
*
idx
)
bool
IsDetached
(
)
bool
Diverge
(
)
bool
AppendToHead
(
git_index
*
idx
)
std
::
vector
<
std
::
pair
<
OID
,
TIME_STAMP
>
>
ListLines
(
)
inline
BranchLine
(
const
std
::
shared_ptr
<
GitData
>
&
gitptr
)
~BranchLine
(
)
=
default