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

Function append

tests/security/CheckInstance/CheckInstance.cpp:320–326  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

318};
319
320void append(DDS::PropertySeq& props, const char* name, const OpenDDS::DCPS::String& value, bool propagate = false)
321{
322 const DDS::Property_t prop = {name, value.c_str(), propagate};
323 const unsigned int len = props.length();
324 props.length(len + 1);
325 props[len] = prop;
326}
327
328int ACE_TMAIN(int argc, ACE_TCHAR* argv[])
329{

Callers 1

ACE_TMAINFunction · 0.70

Calls 1

lengthMethod · 0.45

Tested by

no test coverage detected