okteta
datainformation.h File Reference
#include <QString>
#include <QPair>
#include <QScopedPointer>
#include <QMetaType>
#include <size.h>
#include <address.h>
#include "datainformationbase.h"
#include "additionaldata.h"
#include "../script/scriptlogger.h"
#include "primitivedatatype.h"
Include dependency graph for datainformation.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Classes | |
class | DataInformation |
Namespaces | |
Okteta | |
Macros | |
#define | DATAINFORMATION_CLONE(type, supertype) DATAINFORMATION_CLONE_DECL(type, supertype) : supertype(d) |
#define | DATAINFORMATION_CLONE_DECL(type, supertype) |
Macro Definition Documentation
#define DATAINFORMATION_CLONE | ( | type, | |
supertype | |||
) | DATAINFORMATION_CLONE_DECL(type, supertype) : supertype(d) |
Implements the clone() method and add the start of the copy constructor (up to delegating).
After this macro visibility will be set to protected
Definition at line 49 of file datainformation.h.
#define DATAINFORMATION_CLONE_DECL | ( | type, | |
supertype | |||
) |
Value:
public: \
virtual inline type* clone() const { return new type(*this); } \
protected: \
type(const type& d)
Implement the clone() method and add the copy constructor declaration After this macro visibility will be set to protected.
Definition at line 42 of file datainformation.h.
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:04:10 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:04:10 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.