TIBCO Adapter SDK C++ Reference
MGUID
Class Hierarchy | C++ Classes and Methods | Members | Methods
Encapsulate the GUID. A GUID is a string that is universally unique. It is generated from a set of variables including the IP address, hostname and a random number generator.

This class does not have a public constructor. Use the MGUIDGenerator class instead, which serves as a factory for the MGUID class.

Remarks
Applications create MGUID instances with the MGUIDGenerator::newGUID() factory method. They have to delete the MGUID instance explicitly with the destructor.
Related Method
MGUIDGenerator::newGUID() Creates a new instance of MGUID.
Declaration
class MGUID;
Class Hierarchy
MGUID
File
MGUIDGenerator.h
Links
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.