Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
Public Member Functions | Friends
example::DataType Class Reference

#include <DataType.h>

Public Member Functions

 DataType (int a)
 
int getA () const
 

Friends

std::ostream & operator<< (std::ostream &out, const DataType &type)
 

Detailed Description

Example of a simple datatype

Constructor & Destructor Documentation

◆ DataType()

example::DataType::DataType ( int  a)
inline

Member Function Documentation

◆ getA()

int example::DataType::getA ( ) const
inline

Friends And Related Function Documentation

◆ operator<<

std::ostream & operator<< ( std::ostream &  out,
const DataType type 
)
friend

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