Searched refs:my_int2 (Results 1 – 2 of 2) sorted by relevance
222 class my_int2 { class230 my_int2() { } in my_int2() function in my_int2231 my_int2(int x) : m_int(x) { } in my_int2() function in my_int2232 my_int2& operator++() { ++m_int; return *this; } in operator ++()233 my_int2& operator--() { --m_int; return *this; } in operator --()234 bool operator==(const my_int2& x) const { return m_int == x.m_int; } in operator ==()282 test_integer<my_int2>(); in main()
99 shared_mc my_int2(20);105 lg.add_attribute("MyInteger2", my_int2);118 my_int2.set(300);