Home |All Classes |Grouped Classes |Index |Search

Function operator>

Returns true if the other netcomputer is greater.

	bool CL_NetComputer::operator>(
		const CL_NetComputer & other_instance);

Detailed description:

This is used for sorting purposes (eg. if you use a std::map).