MCPcopy Create free account
hub / github.com/OpenDDS/OpenDDS / infoRepoIor

Method infoRepoIor

tests/DCPS/MultiRepoTest/TestConfig.cpp:162–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

160}
161
162std::string
163TestConfig::infoRepoIor( int index) const
164{
165 if( (index < 0) || (unsigned(index) >= this->infoRepoIor_.size())) {
166 throw OutOfRangeException();
167
168 } else {
169 return this->infoRepoIor_[index];
170 }
171}
172
173ACE_TString&
174TestConfig::transportAddressName()

Callers 2

TestSystemMethod · 0.80
TestMonitorMethod · 0.80

Calls 2

OutOfRangeExceptionClass · 0.70
sizeMethod · 0.45

Tested by

no test coverage detected