Set.hh (6284:a63d1dc4c820) Set.hh (6372:f1a41ea3bbab)
1
2/*
3 * Copyright (c) 1999-2008 Mark D. Hill and David A. Wood
4 * All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions are
8 * met: redistributions of source code must retain the above copyright

--- 31 unchanged lines hidden (view full) ---

40// >32 set lengths, using an array of ints w/ 32 bits/int
41
42// NOTE: Never include this file directly, this should only be
43// included from Set.hh
44
45#ifndef SET_H
46#define SET_H
47
1
2/*
3 * Copyright (c) 1999-2008 Mark D. Hill and David A. Wood
4 * All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions are
8 * met: redistributions of source code must retain the above copyright

--- 31 unchanged lines hidden (view full) ---

40// >32 set lengths, using an array of ints w/ 32 bits/int
41
42// NOTE: Never include this file directly, this should only be
43// included from Set.hh
44
45#ifndef SET_H
46#define SET_H
47
48#include "mem/ruby/system/System.hh"
48#include "mem/ruby/common/Global.hh"
49#include "mem/gems_common/Vector.hh"
50#include "mem/ruby/system/NodeID.hh"
49#include "mem/ruby/common/Global.hh"
50#include "mem/gems_common/Vector.hh"
51#include "mem/ruby/system/NodeID.hh"
51#include "mem/ruby/config/RubyConfig.hh"
52
53// gibson 05/20/05
54// enum PresenceBit {NotPresent, Present};
55
56class Set {
57public:
58 // Constructors
59 // creates and empty set

--- 143 unchanged lines hidden ---
52
53// gibson 05/20/05
54// enum PresenceBit {NotPresent, Present};
55
56class Set {
57public:
58 // Constructors
59 // creates and empty set

--- 143 unchanged lines hidden ---