|
|
|
|
Location:
btsdp.h
Link against: sdpdatabase.lib
class CSdpAttrValueDEA : public CSdpAttrValueList;
A Data element alternative (DEA) value of an attribute: this is an attribute whose value is a sequence of data elements from which one data element is to be selected
Most of the functionality is supplied by the base class CSdpAttrValueList.
MSdpElementBuilder - Constructs an attribute value, or a set of attributes, from multiple data elements
CBase - Base class for all classes to be instantiated on the heap
CSdpAttrValue - Base class for classes that encapsulate SDP attributes values
CSdpAttrValueList - Base class for classes that specify lists of attribute data elements
CSdpAttrValueDEA - A Data element alternative (DEA) value of an attribute: this is an attribute whose value is a sequence of data elements
from which one data element is to be selected
Defined in CSdpAttrValueDEA:
NewDEAL(), Type()
Inherited from CBase:
Delete(),
Extension_(),
operator new()
Inherited from CSdpAttrValue:
Bool(),
Des(),
DoesIntFit(),
Int(),
UUID(),
Uint()
Inherited from CSdpAttrValueList:
AcceptVisitorL(),
AppendValueL(),
BuildBooleanL(),
BuildDEAL(),
BuildDESL(),
BuildEncodedL(),
BuildIntL(),
BuildNilL(),
BuildStringL(),
BuildURLL(),
BuildUUIDL(),
BuildUintL(),
BuildUnknownL(),
DataSize(),
EndListL(),
StartListL(),
iList
Inherited from MSdpElementBuilder:
MSEB_ExtensionInterfaceL()
static IMPORT_C CSdpAttrValueDEA *NewDEAL(MSdpElementBuilder *aBuilder);
Allocates and constructs a new CSdpAttrValueDEA object.
|
|
virtual TSdpElementType Type() const;
Gets the attribute type.
|