NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
dependency.cpp File Reference
#include "dependency.hpp"
#include "procedureelement.hpp"
#include "../../kernel.hpp"
Include dependency graph for dependency.cpp:

Go to the source code of this file.

Functions

static bool compare (const Dependency &first, const Dependency &second)
 Static helper function for DependencyList::unique. More...
 
static bool isequal (const Dependency &first, const Dependency &second)
 Static helper function for DependencyList::unique. More...
 

Function Documentation

◆ compare()

static bool compare ( const Dependency first,
const Dependency second 
)
static

Static helper function for DependencyList::unique.

Parameters
firstconst Dependency&
secondconst Dependency&
Returns
bool

Definition at line 37 of file dependency.cpp.

References Dependency::getProcedureName().

Referenced by tinyxml2::XMLText::ShallowEqual(), tinyxml2::XMLComment::ShallowEqual(), tinyxml2::XMLDeclaration::ShallowEqual(), tinyxml2::XMLUnknown::ShallowEqual(), tinyxml2::XMLElement::ShallowEqual(), and DependencyList::unique().

Here is the call graph for this function:

◆ isequal()

static bool isequal ( const Dependency first,
const Dependency second 
)
static

Static helper function for DependencyList::unique.

Parameters
firstconst Dependency&
secondconst Dependency&
Returns
bool

Definition at line 52 of file dependency.cpp.

References Dependency::getProcedureName().

Referenced by DependencyList::unique().

Here is the call graph for this function: