libzypp 17.31.23
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 //
30 {
31 typedef unsigned char ModeBitsType;
35
37 {
40 };
41
43 {
46 };
47 };
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.
Definition: CodePitfalls.doc:2
A value with in a Range.
Definition: Bit.h:111
Range of bits starting at bit _begin with length _size.
Definition: Bit.h:82
bit::BitField< ModeBitsType > ModeBits
bit::Range< ModeBitsType, TypeBits::end, 1 > VisitBits
bit::Range< ModeBitsType, 0, 1 > TypeBits