libIntegra
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Public Member Functions | List of all members
integra_api::IImplementationInfo Class Referenceabstract

Information about an Integra Module's implementation. More...

#include "api/interface_definition.h"

Public Member Functions

virtual unsigned int get_checksum () const =0
 Get implementation checksum This checksum is calculated as the widget implementation is loaded It allows users to detect whether two modules different module IDs but matching origin IDs (in other words, two different versions of the same module) have identical implementations or not. More...
 

Detailed Description

Information about an Integra Module's implementation.

Member Function Documentation

virtual unsigned int integra_api::IImplementationInfo::get_checksum ( ) const
pure virtual

Get implementation checksum This checksum is calculated as the widget implementation is loaded It allows users to detect whether two modules different module IDs but matching origin IDs (in other words, two different versions of the same module) have identical implementations or not.

Returns
32bit checksum of module implementation

The documentation for this class was generated from the following file: