9#ifndef _UNITRANSACTION_H
10#define _UNITRANSACTION_H
12#include "unibachelorgen.h"
13#include "uniconfroot.h"
14#include "unitransactiongen.h"
15#include "uniunwrapgen.h"
20class UniTransaction :
public UniConfRoot
27 UniTransaction(
const UniConf &base)
29 new UniUnwrapGen(base))),
false)
36 UniTransaction(
const UniTransaction &base)
38 new UniUnwrapGen(base))),
false)
UniConfRoot()
Creates an empty UniConf tree with no mounted stores.
This iterator walks through all immediate children of a UniConf node.
This iterator performs depth-first traversal of a subtree.
A UniConfGen that represents pending transactions to another generator.