Tagged Questions
5
votes
3answers
212 views
Filesystem like permissions for C++ type-members
Abstract (tl;dr)
Please read the full question, this is awfully simplified:
How can unix file permission style restrictions be applied to inter-type data/control flows, allowing fine-grained access ...