/* ** DO NOT EDIT THIS FILE !!! ** It was generated automatically by: ** ** User: jan ** Host: caesar ** Date: 2015-03-18 16:20:01 ** Prog: ./mktuple ** ** Purpose: ** Emulating variadic templates by generating appropriate ** specializations and overloads. */ #ifndef DOXYGEN template friend class OFtuple; template friend OFBool operator==(const OFtuple&,const OFtuple&); template friend OFBool operator!=(const OFtuple&,const OFtuple&); template friend OFBool operator<(const OFtuple&,const OFtuple&); template friend OFBool operator>(const OFtuple&,const OFtuple&); template friend OFBool operator<=(const OFtuple&,const OFtuple&); template friend OFBool operator>=(const OFtuple&,const OFtuple&); #endif // DOXYGEN