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 。 |