Markopy
Utilizing Markov Models for brute forcing attacks
node.h File Reference

Node class template. More...

#include <vector>
#include <map>
#include <assert.h>
#include <iostream>
#include <stdexcept>
#include "edge.h"
#include "random.h"
Include dependency graph for node.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Markov::Node< storageType >
 A node class that for the vertices of model. Connected with eachother using Edge. More...
 

Namespaces

 Markov
 Namespace for the markov-model related classes. Contains Model, Node and Edge classes.
 

Detailed Description

Node class template.

Authors
Ata Hakçıl, Osman Ömer Yıldıztugay

A node class that for the vertices of model. Connected with eachother using Edge. This class will later be templated to accept other data types than char*.

Definition in file node.h.