Verilog to Routing - VPR
|
A Context is collection of state relating to a particular part of VPR. More...
#include <vpr_context.h>
Public Member Functions | |
Context ()=default | |
Context (Context &)=delete | |
Context & | operator= (Context &)=delete |
virtual | ~Context ()=default |
A Context is collection of state relating to a particular part of VPR.
This is a base class who's only purpose is to disable copying of contexts. This ensures that attempting to use a context by value (instead of by reference) will result in a compilation error.
No data or member functions should be defined in this class!
|
default |
|
delete |
|
virtualdefault |