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

Class StringLTypeDefn

dds/DCPS/XTypes/TypeObject.h:362–377  ·  view source on GitHub ↗

4 Bytes

Source from the content-addressed store, hash-verified

360
361 // 4 Bytes
362 struct StringLTypeDefn {
363 LBound bound;
364
365 StringLTypeDefn()
366 : bound(0)
367 {}
368
369 explicit StringLTypeDefn(const LBound a_bound)
370 : bound(a_bound)
371 {}
372
373 bool operator<(const StringLTypeDefn& other) const
374 {
375 return bound < other.bound;
376 }
377 };
378
379 struct PlainCollectionHeader {
380 EquivalenceKind equiv_kind;

Callers 10

TESTFunction · 0.85
expect_false_key_erasedFunction · 0.85
expect_false_string_keysFunction · 0.85
expect_false_key_holderFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected