SIde-Channel Analysis toolKit (SICAK)
Software toolkit for side-channel analysis
Public Member Functions | Protected Member Functions | List of all members
ComputationalContext< T > Class Template Referenceabstract

An abstract class, representing all the computational contexts. More...

#include <types_basic.hpp>

Inheritance diagram for ComputationalContext< T >:
Inheritance graph
Collaboration diagram for ComputationalContext< T >:
Collaboration graph

Public Member Functions

virtual ~ComputationalContext ()
 Empty destructor.
 
virtual void fill (T val)=0
 Fills the context's containers (vectors, matrices,...) with the 'val'.
 
- Public Member Functions inherited from StructuredType
virtual ~StructuredType ()
 Empty destructor.
 
- Public Member Functions inherited from DataType
virtual ~DataType ()
 Empty destructor.
 

Protected Member Functions

 ComputationalContext ()
 Protected constructor.
 
- Protected Member Functions inherited from StructuredType
 StructuredType ()
 Protected constructor.
 
- Protected Member Functions inherited from DataType
 DataType ()
 Protected constructor.
 

Detailed Description

template<class T>
class ComputationalContext< T >

An abstract class, representing all the computational contexts.


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