Code Documentation 3.1
Social Network Visualizer
Loading...
Searching...
No Matches
parser.cpp File Reference

Implements the Parser class for reading and interpreting various network data formats, including adjacency matrices and sociomatrices. More...

#include "parser.h"
#include <QFile>
#include <QFileInfo>
#include <QXmlStreamReader>
#include <QXmlStreamAttributes>
#include <QTextStream>
#include <QString>
#include <QtDebug>
#include <QPointF>
#include <QTextCodec>
#include <QRegularExpression>
#include <QRandomGenerator>
#include <list>
#include <queue>
#include "graph.h"
Include dependency graph for parser.cpp:

Functions

template<typename T >
void print_queue (T &q)
 

Detailed Description

Implements the Parser class for reading and interpreting various network data formats, including adjacency matrices and sociomatrices.

Author
Dimitris B. Kalamaras
See also
https://socnetv.org

Function Documentation

◆ print_queue()

template<typename T >
void print_queue ( T &  q)

Debugging only - Used while parsing weighted edge lists