Monthly Archives: February 2008

When is foo == &foo?

The answer is “in the CMPI interface specification”. So, CMPI defines this massive union of every possible data type, called CMPIValue.  It looks something like this (but with many more types): union {    uint32_t uint32;    uint64_t uint64;    char *chars;    CMPIString … Continue reading

Posted in Codemonkeying Tagged