Remember this is a well hashed out question at https://www.google.com/search?q=Accessing+class+variables+from+a+private+function+C%2B%2B&gl=US
In the class you want access you could write functions or methods which are public to get and set those values.