Home
last modified time | relevance | path

Searched defs:AutoObject (Results 1 – 1 of 1) sorted by relevance

/CTR-SDK-4.2.8-20130828/include/nn/util/
Dutil_AutoObject.h78 AutoObject() : m_P(0) {} in AutoObject() function
80 AutoObject(const nn::WithInitialize&) : m_P(new Object()) {} in AutoObject() function
83 AutoObject(const T& x) : m_P(new Object(x)) {} in AutoObject() function
85 AutoObject(const AutoObject& other) : m_P(other.m_P) in AutoObject() function
185 AutoObject(Object* p) : m_P(p) {} in AutoObject() function