libzypp
13.10.6
|
#include "zypp/base/PtrTypes.h"
#include "zypp/base/Function.h"
#include "zypp/base/Tr1hash.h"
#include "zypp/base/String.h"
#include "zypp/base/DefaultIntegral.h"
#include "zypp/parser/xml/Node.h"
Go to the source code of this file.
Classes | |
struct | zypp::xml::ParseDefConsume |
Base class for ParseDef consumer. More... | |
class | zypp::xml::ParseDefConsumeRedirect |
ParseDef consumer redirecting all events to another consumer. More... | |
class | zypp::xml::ParseDefConsumeCallback |
ParseDef consumer that invokes callbacks. More... | |
struct | zypp::xml::parse_def_assign::Assigner< _Type > |
Assigner assigns text to types constructible from char* . More... | |
struct | zypp::xml::parse_def_assign::Assigner< void > |
Common interface to all Assigner types. More... | |
struct | zypp::xml::parse_def_assign::Assigner< _Type > |
Assigner assigns text to types constructible from char* . More... | |
struct | zypp::xml::parse_def_assign::Consumer |
ParseDef consumer assigning Node text and attribues values to variables. More... | |
struct | zypp::xml::parse_def_assign::Builder |
Helper class to build a Consumer. More... | |
Namespaces | |
zypp | |
Easy-to use interface to the ZYPP dependency resolver. | |
zypp::xml | |
zypp::xml::parse_def_assign | |
parseDefAssign exposed details | |
Typedefs | |
typedef shared_ptr< Assigner < void > > | zypp::xml::parse_def_assign::AssignerRef |