cppfig 0.1.0
Modern C++20 compile-time type-safe configuration library
Loading...
Searching...
No Matches
cppfig::DiffEntry Struct Reference

Represents a single difference between two configurations. More...

#include <diff.h>

Collaboration diagram for cppfig::DiffEntry:
[legend]

Public Member Functions

auto TypeString () const -> std::string
 

Public Attributes

DiffType type
 
std::string path
 
std::string old_value
 
std::string new_value
 

Detailed Description

Represents a single difference between two configurations.

Member Function Documentation

◆ TypeString()

auto cppfig::DiffEntry::TypeString ( ) const -> std::string
inline

Member Data Documentation

◆ new_value

std::string cppfig::DiffEntry::new_value

◆ old_value

std::string cppfig::DiffEntry::old_value

◆ path

std::string cppfig::DiffEntry::path

◆ type

DiffType cppfig::DiffEntry::type

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