#include <ltkcpp_base.h>
Inheritance diagram for LLRP::CParameter:
Public Member Functions | |
virtual llrp_bool_t | isAllowedIn (const CTypeDescriptor *pEnclosingTypeDescriptor) const |
Validate whether the element is allowed as a base type in the enclosing element. | |
llrp_bool_t | isAllowedExtension (const CTypeDescriptor *pEnclosingTypeDescriptor) |
Validate whether the element is allowed as an extension in the enclosing element. |
Definition at line 1129 of file ltkcpp_base.h.
|
Validate whether the element is allowed as an extension in the enclosing element.
Definition at line 127 of file ltkcpp_element.cpp. References isAllowedIn(), LLRP::CTypeDescriptor::m_bIsMessage, LLRP::CTypeDescriptor::m_pVendorDescriptor, and LLRP::CTypeDescriptor::m_TypeNum. |
|
Validate whether the element is allowed as a base type in the enclosing element.
Definition at line 120 of file ltkcpp_element.cpp. Referenced by isAllowedExtension(). |