LibreOffice Module configmgr (master) 1
Public Types | Public Member Functions | Public Attributes | List of all members
configmgr::Partial::Node Struct Reference

Public Types

typedef boost::unordered_map< OUString, Node, OUStringHash > Children
 

Public Member Functions

 Node ()
 
void clear ()
 

Public Attributes

Children children
 
bool startInclude
 

Detailed Description

Definition at line 47 of file partial.hxx.

Member Typedef Documentation

◆ Children

typedef boost::unordered_map< OUString, Node, OUStringHash > configmgr::Partial::Node::Children

Definition at line 48 of file partial.hxx.

Constructor & Destructor Documentation

◆ Node()

configmgr::Partial::Node::Node ( )
inline

Definition at line 50 of file partial.hxx.

Member Function Documentation

◆ clear()

void configmgr::Partial::Node::clear ( )
inline

Definition at line 51 of file partial.hxx.

References children, and startInclude.

Member Data Documentation

◆ children

Children configmgr::Partial::Node::children

Definition at line 53 of file partial.hxx.

Referenced by clear().

◆ startInclude

bool configmgr::Partial::Node::startInclude

Definition at line 54 of file partial.hxx.

Referenced by clear().


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