libzypp 17.35.16
ParseDefTraits.h
Go to the documentation of this file.
1/*---------------------------------------------------------------------\
2| ____ _ __ __ ___ |
3| |__ / \ / / . \ . \ |
4| / / \ V /| _/ _/ |
5| / /__ | | | | | | |
6| /_____||_| |_| |_| |
7| |
8\---------------------------------------------------------------------*/
12#ifndef ZYPP_PARSER_XML_PARSEDEFTRAITS_H
13#define ZYPP_PARSER_XML_PARSEDEFTRAITS_H
14
15#include <zypp/Bit.h>
16
18namespace zypp
19{
21 namespace xml
22 {
23
25 //
26 // CLASS NAME : ParseDefTraits
27 //
49
51 } // namespace xml
54} // namespace zypp
56#endif // ZYPP_PARSER_XML_PARSEDEFTRAITS_H
An integral type used as BitField.
Definition Bit.h:160
Easy-to use interface to the ZYPP dependency resolver.
A value with in a Range.
Definition Bit.h:111
Range of bits starting at bit _begin with length _size.
Definition Bit.h:82