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입니다. |
||