nl:: Inet:: InetLayerBasis
#include <src/inet/InetLayerBasis.h>
这是由 InetLayer 对象管理的引用计数对象的基础类。
摘要
继承
沿用自: nl::Weave::System::Object直接已知的子类:
nl::Inet::DNSResolver
nl::Inet::EndPointBasis
公共函数 |
|
---|---|
IsCreatedByInetLayer(const InetLayer & aInetLayer) const
|
bool
如果基础对象是由指定的 INET 层实例获得的,则返回
true 。 |
Layer(void) const
|
返回对拥有此基础对象的 Inet 图层对象的引用。
|
受保护的函数 |
|
---|---|
InitInetLayerBasis(InetLayer & aInetLayer, void *aAppState)
|
void
|
公共函数
IsCreatedByInetLayer
bool IsCreatedByInetLayer( const InetLayer & aInetLayer ) const
如果基础对象是由指定的 INET 层实例获得的,则返回 true
。
详细信息 | |||
---|---|---|---|
参数 |
|
||
返回值 |
如果归
aInetLayer 所有,则为 true ,否则为 false 。 |