Searched hist:5734 (Results 1 - 1 of 1) sorted by relevance

/gem5/src/base/
H A Dflags.hh5734:f3733e2b19d5 Mon Nov 10 14:51:00 EST 2008 Nathan Binkert <nate@binkert.org> flags: Provide an object for managing boolean flags for an object.
In many cases it might be preferable to use bitset, but this object
allows the user more easily manipulate groups of flags because the
underlying type (e.g. uint64_t) is exposed.

Completed in 5 milliseconds