MCPcopy Create free account
hub / github.com/Icinga/icinga2 / GetAddress

Method GetAddress

lib/base/shared-memory.hpp:38–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36
37private:
38 inline T* GetAddress() const
39 {
40 return (T*)m_Memory.get_address();
41 }
42
43 boost::interprocess::mapped_region m_Memory;
44};

Callers 3

PrepareObjectMethod · 0.80
GetConfigFieldsMethod · 0.80
AddressAccessorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected