Changeset 1197 in Sophya for trunk/SophyaLib/SUtils/datacards.h
- Timestamp:
- Sep 22, 2000, 12:37:44 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/SUtils/datacards.h
r895 r1197 1 1 // This may look like C code, but it is really -*- C++ -*- 2 2 // 3 // $Id: datacards.h,v 1. 2 2000-04-12 17:49:43ansari Exp $3 // $Id: datacards.h,v 1.3 2000-09-22 10:37:44 ansari Exp $ 4 4 // 5 5 // Datacards, acquisition EROS II … … 90 90 91 91 //! operator << overloading - calls Print() 92 inline ostream& operator << (ostream& s, DataCards c )92 inline ostream& operator << (ostream& s, DataCards const & c) 93 93 { c.Print(s); return s; } 94 94
Note:
See TracChangeset
for help on using the changeset viewer.