CConsumer

class Lib3MF::CConsumer : public CBase
std::string GetConsumerID()

Gets the consumerid

Returns:

A unique identifier for the consumers

std::string GetKeyID()

Getts the keyid

Returns:

The identifier for the key of this consumer

std::string GetKeyValue()

Gets the keyvalue associated with this consumer

Returns:

The public key, when available, of this consumer

typedef std::shared_ptr<CConsumer> Lib3MF::PConsumer

Shared pointer to CConsumer to easily allow reference counting.