OmeroBlitz API
Home Previous Up Next Index

omero::grid::RepositoryMap

Overview

struct RepositoryMap

Return value for SharedResources::repositories The descriptions and proxies arrays will have the same size and each index in descriptions (non-null) will match a possibly null proxy, if the given repository is not currently accessible.

Used By

SharedResources::repositories

Data Member Index

descriptions
proxies

Data Members

api::OriginalFileList descriptions;
RepositoryProxyList proxies;

Home Previous Up Next Index