ADTF  3.18.2
ddldatatype_intf.h
Go to the documentation of this file.
1 
7 #ifndef _DDLDATATYPE_INTF_H_INCLUDED_
8 #define _DDLDATATYPE_INTF_H_INCLUDED_
9 
10 namespace adtf_ddl
11 {
12  class cDDLAlignment;
13 
17  class IDDLDataType : public IDDL
18  {
19  public:
20 
24  virtual ~IDDLDataType(){}
25  };
26 
27 } // namespace adtf_ddl
28 
29 #endif // _DATATYPE_INTF_H_INCLUDED_
Common interface for DDL datatypes.
virtual ~IDDLDataType()
Virtual DTOR.
Interface class for object representation of DDL descriptions.
Definition: ddl_intf.h:25
Namespace for the mainpage_pkg_ddl.