_bitset.h File Reference

__BITS_PER_WORD

__BITSET_WORDS

For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html

The Symbian implementation of this API fully supports all STL functionality.

//Changed from publishedAll

operator& ( const bitset< _Nb > &, const bitset< _Nb > & )

bitset< _Nb > _STLP_CALLoperator&(const bitset< _Nb > &__x,
const bitset< _Nb > &__y
)[inline]

For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html

The Symbian implementation of this API fully supports all STL functionality.

Parameters
__x-
__y-
Return Value
-

operator| ( const bitset< _Nb > &, const bitset< _Nb > & )

bitset< _Nb > _STLP_CALLoperator|(const bitset< _Nb > &__x,
const bitset< _Nb > &__y
)[inline]

For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html

The Symbian implementation of this API fully supports all STL functionality.

Parameters
__x-
__y-
Return Value
-

operator^ ( const bitset< _Nb > &, const bitset< _Nb > & )

bitset< _Nb > _STLP_CALLoperator^(const bitset< _Nb > &__x,
const bitset< _Nb > &__y
)[inline]

For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html

The Symbian implementation of this API fully supports all STL functionality.

Parameters
__x-
__y-
Return Value
-

operator>> ( basic_istream< _CharT, _Traits > &, bitset< _Nb > & )

_STLP_END_NAMESPACE _STLP_BEGIN_NAMESPACE basic_istream< _CharT, _Traits > &_STLP_CALLoperator>>(basic_istream< _CharT, _Traits > &__is,
bitset< _Nb > &__x
)

For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html

The Symbian implementation of this API fully supports all STL functionality.

Parameters
__is-
__x-
Return Value
-

operator<< ( basic_ostream< _CharT, _Traits > &, const bitset< _Nb > & )

basic_ostream< _CharT, _Traits > &_STLP_CALLoperator<<(basic_ostream< _CharT, _Traits > &__os,
const bitset< _Nb > &__x
)

For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html

The Symbian implementation of this API fully supports all STL functionality.

Parameters
__os-
__x-
Return Value
-