Rosetta
Public Member Functions | List of all members
T Struct Reference

#include <T12.operator.hpp>

Inheritance diagram for T:
Inheritance graph
[legend]

Public Member Functions

Toperator+ (int)
 
Toperator- (int)
 
Toperator* (int)
 
Toperator/ (int)
 
void operator+= (int)
 
void operator-= (int)
 
void operator*= (int)
 
void operator/= (int)
 
void operator() (int)
 
bool operator== (const T &)
 
bool operator!= (const T &)
 
bool operator[] (int)
 
Toperator= (const T &)
 
Toperator++ ()
 
Toperator-- ()
 

Member Function Documentation

◆ operator!=()

bool T::operator!= ( const T )
inline

◆ operator()()

void T::operator() ( int  )
inline

◆ operator*()

T& T::operator* ( int  )
inline

◆ operator*=()

void T::operator*= ( int  )
inline

◆ operator+()

T& T::operator+ ( int  )
inline

◆ operator++()

T& T::operator++ ( )
inline

◆ operator+=()

void T::operator+= ( int  )
inline

◆ operator-()

T& T::operator- ( int  )
inline

◆ operator--()

T& T::operator-- ( )
inline

◆ operator-=()

void T::operator-= ( int  )
inline

◆ operator/()

T& T::operator/ ( int  )
inline

◆ operator/=()

void T::operator/= ( int  )
inline

◆ operator=()

T& T::operator= ( const T )
inline

◆ operator==()

bool T::operator== ( const T )
inline

◆ operator[]()

bool T::operator[] ( int  )
inline

The documentation for this struct was generated from the following file: