i have a class, and I'd like to make sure that only instances of that class - or instances of a subclass - can perform certain functions.
ie, i have a get/set function. i want anyone to be able to get, but i only want the class itself ( or a class that claims it ISA member of that class ) to be able to set.