Version: 5.1.4-ice35-b55

OmeroBlitz Api
Home Previous Up Next Index

omero::RMap

Overview

[ "protected" ] class RMap extends RType

Similar to RCollection, the RMap class permits the passing of a possible null RTypeDict where any other RType is expected.

Used By

grid::InteractiveProcessor::execute
grid::InteractiveProcessor::getResults
grid::Repository::treeList

See Also

RTypeDict
RCollection

Operation Index

getValue
size
get
put

Data Member Index

val

Operations

RTypeDict getValue()

int size()

RType get(string key)

void put(string key, RType value)

Data Members

RTypeDict val;


Home Previous Up Next Index