CGRA-ME
Public Member Functions | Private Attributes | List of all members
PrintList Class Reference

#include <Module.h>

Public Member Functions

void add (std::vector< std::string > Data)
 
void print ()
 
bool empty ()
 
void pop ()
 
std::string last ()
 

Private Attributes

std::vector< std::string > ToPrint = {}
 

Detailed Description

Definition at line 109 of file Module.h.

Member Function Documentation

◆ add()

void PrintList::add ( std::vector< std::string >  Data)
inline

Definition at line 112 of file Module.h.

◆ empty()

bool PrintList::empty ( )
inline

Definition at line 125 of file Module.h.

◆ last()

std::string PrintList::last ( )
inline

Definition at line 133 of file Module.h.

◆ pop()

void PrintList::pop ( )
inline

Definition at line 129 of file Module.h.

◆ print()

void PrintList::print ( )
inline

Definition at line 120 of file Module.h.

Member Data Documentation

◆ ToPrint

std::vector<std::string> PrintList::ToPrint = {}
private

Definition at line 138 of file Module.h.


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