NetDest.hh (6372:f1a41ea3bbab) NetDest.hh (6762:a22a47e60c21)
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

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

58 // Constructors
59 // creates and empty set
60 NetDest();
61 explicit NetDest(int bit_size);
62
63 NetDest& operator=(const Set& obj);
64
65 // Destructor
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

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

58 // Constructors
59 // creates and empty set
60 NetDest();
61 explicit NetDest(int bit_size);
62
63 NetDest& operator=(const Set& obj);
64
65 // Destructor
66 // ~NetDest();
66 ~NetDest() { DEBUG_MSG(MEMORY_COMP, LowPrio, "NetDest Destructor"); }
67
68 // Public Methods
69 void add(MachineID newElement);
70 void addNetDest(const NetDest& netDest);
71 void addRandom();
72 void setNetDest(MachineType machine, const Set& set);
73 void remove(MachineID oldElement);
74 void removeNetDest(const NetDest& netDest);

--- 70 unchanged lines hidden ---
67
68 // Public Methods
69 void add(MachineID newElement);
70 void addNetDest(const NetDest& netDest);
71 void addRandom();
72 void setNetDest(MachineType machine, const Set& set);
73 void remove(MachineID oldElement);
74 void removeNetDest(const NetDest& netDest);

--- 70 unchanged lines hidden ---