Lines Matching refs:BTimeCode
58 class BTimeCode {
60 BTimeCode();
61 BTimeCode(bigtime_t microSeconds,
63 BTimeCode(const BTimeCode& other);
64 BTimeCode(int hours, int minutes, int seconds,
67 ~BTimeCode();
75 BTimeCode& operator=(const BTimeCode& other);
76 bool operator==(const BTimeCode& other) const;
77 bool operator<(const BTimeCode& other) const;
79 BTimeCode& operator+=(const BTimeCode& other);
80 BTimeCode& operator-=(const BTimeCode& other);
82 BTimeCode operator+(const BTimeCode& other) const;
83 BTimeCode operator-(const BTimeCode& other) const;