Searched refs:m_hasAttached (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/contrib/opencsd/decoder/include/common/
H A Dcomp_attach_pt_t.h134 const bool hasAttached() const { return m_hasAttached; };
142 const bool hasAttachedAndEnabled() const { return m_hasAttached && m_enabled; };
146 bool m_hasAttached; /**< Flag indicating at least one attached interface */ member in class:componentAttachPt
158 m_hasAttached = false;
173 m_hasAttached = true;
179 if(m_hasAttached)
193 m_hasAttached = false;
216 m_hasAttached = false;

Completed in 116 milliseconds