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