KHTML
functions.cpp File Reference
#include "functions.h"
#include "xml/dom_docimpl.h"
#include "xml/dom_nodeimpl.h"
#include "xml/dom_nodelistimpl.h"
#include "xml/dom_elementimpl.h"
#include "kjs/operations.h"
#include <QtDebug>
#include <math.h>
Include dependency graph for functions.cpp:
Go to the source code of this file.
Namespaces | |
khtml | |
khtml::XPath | |
Macros | |
#define | DEFINE_FUNCTION_CREATOR(Class) static Function *create##Class() { return new Class; } |
Variables | |
static FunctionMapping | khtml::XPath::functions [] |
static const unsigned int | khtml::XPath::numFunctions = sizeof( functions ) / sizeof( functions[ 0 ] ) |
Macro Definition Documentation
#define DEFINE_FUNCTION_CREATOR | ( | Class | ) | static Function *create##Class() { return new Class; } |
Definition at line 42 of file functions.cpp.
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:26:19 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:26:19 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.