| 1 |
< |
/* |
| 1 |
> |
/* |
| 2 |
|
* Copyright (c) 2005 The University of Notre Dame. All Rights Reserved. |
| 3 |
|
* |
| 4 |
|
* The University of Notre Dame grants you ("Licensee") a |
| 51 |
|
|
| 52 |
|
#include "io/BASS_interface.h" |
| 53 |
|
#include "types/Component.hpp" |
| 54 |
– |
#include "io/LinkedCommand.hpp" |
| 54 |
|
#include "types/MakeStamps.hpp" |
| 55 |
|
#include "types/ZconStamp.hpp" |
| 56 |
|
|
| 63 |
|
*/ |
| 64 |
|
class Globals{ |
| 65 |
|
|
| 66 |
< |
public: |
| 66 |
> |
public: |
| 67 |
|
|
| 68 |
|
Globals(); |
| 69 |
|
~Globals(); |
| 190 |
|
Component** getComponents( void ) { return components; } |
| 191 |
|
ZconStamp** getZconStamp( void ) { return zConstraints; } |
| 192 |
|
|
| 193 |
< |
private: |
| 193 |
> |
private: |
| 194 |
|
|
| 195 |
|
|
| 196 |
|
typedef std::map<std::string, int> CommandMapType; |