libgexf  0.1.3
Public Member Functions | Static Public Member Functions | List of all members
libgexf::MemoryValidator Class Referenceabstract

Static class to check data correctness. More...

#include <memoryvalidator.h>

Public Member Functions

 MemoryValidator (const MemoryValidator &orig)
 Copy constructor.
 

Static Public Member Functions

static bool run (const GEXF &gexf)
 Check the data correctness. More...
 

Detailed Description

Static class to check data correctness.

Member Function Documentation

◆ run()

bool libgexf::MemoryValidator::run ( const GEXF gexf)
static

Check the data correctness.

  • verify if each node has a label
  • verify if each attvalue has a value or a defaultvalue

The documentation for this class was generated from the following files: