1QBitVal(3qt)                                                      QBitVal(3qt)
2
3
4

NAME

6       QBitVal - Internal class, used with QBitArray
7

SYNOPSIS

9       All the functions in this class are reentrant when Qt is built with
10       thread support.</p>
11
12       #include <qbitarray.h>
13
14   Public Members
15       QBitVal ( QBitArray * a, uint i )
16       operator int ()
17       QBitVal & operator= ( const QBitVal & v )
18       QBitVal & operator= ( bool v )
19

DESCRIPTION

21       The QBitVal class is an internal class, used with QBitArray.
22
23       The QBitVal is required by the indexing [] operator on bit arrays. It
24       is not for use in any other context.
25
26       See also Collection Classes.
27

MEMBER FUNCTION DOCUMENTATION

QBitVal::QBitVal ( QBitArray * a, uint i )

30       Constructs a reference to element i in the QBitArray a. This is what
31       QBitArray::operator[] constructs its return value with.
32

QBitVal::operator int ()

34       Returns the value referenced by the QBitVal.
35

QBitVal & QBitVal::operator= ( const QBitVal & v )

37       Sets the value referenced by the QBitVal to that referenced by QBitVal
38       v.
39

QBitVal & QBitVal::operator= ( bool v )

41       This is an overloaded member function, provided for convenience. It
42       behaves essentially like the above function.
43
44       Sets the value referenced by the QBitVal to v.
45
46

SEE ALSO

48       http://doc.trolltech.com/qbitval.html
49       http://www.trolltech.com/faq/tech.html
50
52       Copyright 1992-2007 Trolltech ASA, http://www.trolltech.com.  See the
53       license file included in the distribution for a complete license
54       statement.
55

AUTHOR

57       Generated automatically from the source code.
58

BUGS

60       If you find a bug in Qt, please report it as described in
61       http://doc.trolltech.com/bughowto.html.  Good bug reports help us to
62       help you. Thank you.
63
64       The definitive Qt documentation is provided in HTML format; it is
65       located at $QTDIR/doc/html and can be read using Qt Assistant or with a
66       web browser. This man page is provided as a convenience for those users
67       who prefer man pages, although this format is not officially supported
68       by Trolltech.
69
70       If you find errors in this manual page, please report them to qt-
71       bugs@trolltech.com.  Please include the name of the manual page
72       (qbitval.3qt) and the Qt version (3.3.8).
73
74
75
76Trolltech AS                    2 February 2007                   QBitVal(3qt)
Impressum