You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
encapsulate 'struct TAC' to make it more robust and flexible.
This prevents any modification of the members,
of which there already was an instance in the codebase.
struct TAC should be immutable and stay the same once constructed.
resolves#96
struct TAC should be opaque and use getters and constructor/destructor.
The text was updated successfully, but these errors were encountered: