MCPcopy Create free account
hub / github.com/codereader/DarkRadiant / KeyValueObserver

Method KeyValueObserver

radiantcore/entity/KeyValueObserver.cpp:8–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6namespace entity {
7
8KeyValueObserver::KeyValueObserver(EntityKeyValue& keyValue, INamespace* ns) :
9 _keyValue(keyValue),
10 _namespace(ns),
11 _observing(false)
12{
13 assert(_namespace != NULL);
14
15 _keyValue.attach(*this);
16}
17
18KeyValueObserver::~KeyValueObserver()
19{

Callers

nothing calls this directly

Calls 1

attachMethod · 0.45

Tested by

no test coverage detected