Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I'm using the example program from boost web page to fetch all my named objects.

From there I get name, name_length & value where value is a void pointer.

Are there any way to get more info about each named object? (size in memory, etc). Note that I cannot cast the void pointer to an actual class since I do not know it from this program (the shared memory is created by another program).

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.