top | up | prev | next

Patch Class

Definition at line 14 of Patch.hpp

Constructors

Patch(Kind kind_)

Member Functions

const std::u32string& FileName() const
Kind GetKind() const
int LineNumber() const
void SetFileName(const std::u32string& fileName_)
void SetLineNumber(const std::u32string& lineNumber_)

Enumerations

enum class Kind

Member Variables

std::u32string fileName
Kind kind
std::u32string lineNumber

Constructor Details

Patch Constructor

cpp2cm::Patch::Patch(Kind kind_)

Definition at line 14 of Patch.cpp
Declaration at line 18 of Patch.hpp


Member Function Details

FileName Member Function

const std::u32string& cpp2cm::Patch::FileName() const

Definition at line 22 of Patch.hpp


GetKind Member Function

Kind cpp2cm::Patch::GetKind() const

Definition at line 20 of Patch.hpp

Called by: cpp2cm::SourceFile::Apply


LineNumber Member Function

int cpp2cm::Patch::LineNumber() const

Definition at line 32 of Patch.cpp
Declaration at line 24 of Patch.hpp

Called by: cpp2cm::SourceFile::Apply


SetFileName Member Function

void cpp2cm::Patch::SetFileName(const std::u32string& fileName_)

Definition at line 22 of Patch.cpp
Declaration at line 21 of Patch.hpp


SetLineNumber Member Function

void cpp2cm::Patch::SetLineNumber(const std::u32string& lineNumber_)

Definition at line 27 of Patch.cpp
Declaration at line 23 of Patch.hpp


top | up | prev | next