Changeset 8879 for code/trunk/src
- Timestamp:
- Oct 8, 2011, 12:57:54 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/libraries/util/output/OutputDefinitions.h
r8858 r8879 117 117 namespace context 118 118 { 119 static const OutputContextMask all = 0xFFFFFFFFFFFFFFFF ; ///< Context mask, all bits set to 1120 static const OutputContextMask none = 0x0000000000000000 ; ///< Context mask, all bits set to 0119 static const OutputContextMask all = 0xFFFFFFFFFFFFFFFFull; ///< Context mask, all bits set to 1 120 static const OutputContextMask none = 0x0000000000000000ull; ///< Context mask, all bits set to 0 121 121 122 122 static const OutputContextSubID no_subcontext = 0; ///< Used as ID for contexts which are not sub-contexts
Note: See TracChangeset
for help on using the changeset viewer.