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).