Changeset 1815 for trunk/MagicSoft/Cosy/caos/Leds.h
- Timestamp:
- 03/11/03 18:28:04 (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Cosy/caos/Leds.h
r1802 r1815 23 23 //nst Led &GetLed(int i) const { return *(Led*)( (*this)[i] ); } 24 24 25 const Led &operator()(int i) const { return *(Led*) ((*(Leds*)this)[i]); }26 Led &operator()(int i) { return *(Led*) ((*(Leds*)this)[i]); }25 const Led &operator()(int i) const { return *(Led*)At(i); } 26 Led &operator()(int i) { return *(Led*)At(i); } 27 27 28 28 void Print(Option_t *o=NULL) const;
Note:
See TracChangeset
for help on using the changeset viewer.