OmeroBlitz API
Home Previous Up Next Index

omero::RType

Overview

[ "protected" ] class RType

Simple base ""protected"" class. Essentially abstract.

Derived Classes and Interfaces

RBool
RCollection
RDouble
RFloat
RInt
RInternal
RLong
RMap
RObject
RString
RTime

Used By

RTypeDict
RTypeSeq
RCollection::add
RCollection::get
RMap::get
RMap::put
compare
api::StringRTypeMap
api::ISession::getInput
api::ISession::getOutput
api::ISession::setInput
api::ISession::setOutput
grid::Param::max
grid::Param::min
grid::Param::prototype
grid::Table::getMetadata
grid::Table::setMetadata
sys::ParamMap

Operation Index

compare
Equals-like functionality for all RTypes.

Operations

int compare(RType rhs)

Equals-like functionality for all RTypes. A return value of 0 means they are equivalent and were almost certainly created by the same constructor call, e.g.

rbool(true).compare(rbool(true)) == 0
This method was originally added (Oct 2008) to force the base RType class to be abstract in all languages.


Home Previous Up Next Index