top
|
up
|
prev
|
next
PatchFile Class
Definition at line
57
of
Patch.hpp
Constructors
PatchFile
(
const
std::string& path_)
Member Functions
void
AddPatch
(
Patch
* patch)
const
std::vector<std::unique_ptr<
Patch
>>&
Patches
()
const
const
std::string&
Path
()
const
Member Variables
std::vector<std::unique_ptr<
Patch
>>
patches
std::string
path
Constructor Details
PatchFile Constructor
cpp2cm::PatchFile::PatchFile(
const
std::string& path_)
Definition at line
49
of
Patch.cpp
Declaration at line
60
of
Patch.hpp
Member Function Details
AddPatch Member Function
void
cpp2cm::PatchFile::AddPatch(
Patch
* patch)
Definition at line
53
of
Patch.cpp
Declaration at line
62
of
Patch.hpp
Patches Member Function
const
std::vector<std::unique_ptr<
Patch
>>& cpp2cm::PatchFile::Patches()
const
Definition at line
63
of
Patch.hpp
Called by:
cpp2cm::SourceFiles::Apply
Path Member Function
const
std::string& cpp2cm::PatchFile::Path()
const
Definition at line
61
of
Patch.hpp
top
|
up
|
prev
|
next