LibreOffice Module configmgr (master) 1
Classes | Public Member Functions | Private Member Functions | Private Attributes | List of all members
configmgr::Modifications Class Reference

#include <modifications.hxx>

Collaboration diagram for configmgr::Modifications:
[legend]

Classes

struct  Node
 

Public Member Functions

 Modifications ()
 
 ~Modifications ()
 
void add (std::vector< OUString > const &path)
 
void remove (std::vector< OUString > const &path)
 
bool empty () const
 
Node const & getRoot () const
 

Private Member Functions

 Modifications (const Modifications &)=delete
 
Modificationsoperator= (const Modifications &)=delete
 

Private Attributes

Node root_
 

Detailed Description

Definition at line 33 of file modifications.hxx.

Constructor & Destructor Documentation

◆ Modifications() [1/2]

configmgr::Modifications::Modifications ( )

Definition at line 30 of file modifications.cxx.

◆ ~Modifications()

configmgr::Modifications::~Modifications ( )

Definition at line 32 of file modifications.cxx.

◆ Modifications() [2/2]

configmgr::Modifications::Modifications ( const Modifications )
privatedelete

Member Function Documentation

◆ add()

void configmgr::Modifications::add ( std::vector< OUString > const &  path)

◆ empty()

bool configmgr::Modifications::empty ( ) const
inline

◆ getRoot()

Node const & configmgr::Modifications::getRoot ( ) const
inline

◆ operator=()

Modifications & configmgr::Modifications::operator= ( const Modifications )
privatedelete

◆ remove()

void configmgr::Modifications::remove ( std::vector< OUString > const &  path)

Definition at line 53 of file modifications.cxx.

References i, p, remove(), and root_.

Referenced by remove(), and configmgr::Components::removeExtensionXcuFile().

Member Data Documentation

◆ root_

Node configmgr::Modifications::root_
private

Definition at line 63 of file modifications.hxx.

Referenced by add(), empty(), getRoot(), and remove().


The documentation for this class was generated from the following files: