NetDest.hh (10301:44839e8febbd) NetDest.hh (10348:c91b23c72d5e)
1/*
2 * Copyright (c) 1999-2008 Mark D. Hill and David A. Wood
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

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

50
51 NetDest& operator=(const Set& obj);
52
53 ~NetDest()
54 { }
55
56 void add(MachineID newElement);
57 void addNetDest(const NetDest& netDest);
1/*
2 * Copyright (c) 1999-2008 Mark D. Hill and David A. Wood
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

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

50
51 NetDest& operator=(const Set& obj);
52
53 ~NetDest()
54 { }
55
56 void add(MachineID newElement);
57 void addNetDest(const NetDest& netDest);
58 void addRandom();
59 void setNetDest(MachineType machine, const Set& set);
60 void remove(MachineID oldElement);
61 void removeNetDest(const NetDest& netDest);
62 void clear();
63 void broadcast();
64 void broadcast(MachineType machine);
65 int count() const;
66 bool isEqual(const NetDest& netDest) const;

--- 58 unchanged lines hidden ---
58 void setNetDest(MachineType machine, const Set& set);
59 void remove(MachineID oldElement);
60 void removeNetDest(const NetDest& netDest);
61 void clear();
62 void broadcast();
63 void broadcast(MachineType machine);
64 int count() const;
65 bool isEqual(const NetDest& netDest) const;

--- 58 unchanged lines hidden ---