| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
- Made reversed() const
- Removed boost::uint* types
- Removed superfluous includes
|
| |
|
|
|
|
|
|
| |
- Use ULL and LL etc. so compiler doesn't need to decide constant's types
- define the empty 'while' loop to include {} to make older compilers happy
- Use explicit type names for BOOST_CHECK_EQUAL
|
|
This is a data type to represent SIDs (stream IDs).
It includes setters and getters for all components of the
SID, converters to and from string and uint32 as well
as C++ streams.
|