![]() |
GridGain C++
|
#include <stdint.h>
#include <iomanip>
#include <ignite/common/common.h>
Go to the source code of this file.
Classes | |
class | ignite::Guid |
Global universally unique identifier (GUID). More... | |
Namespaces | |
ignite | |
Ignite API. | |
Functions | |
template<typename C > | |
::std::basic_ostream< C > & | ignite::operator<< (std::basic_ostream< C > &os, const Guid &guid) |
Output operator. More... | |
template<typename C > | |
::std::basic_istream< C > & | ignite::operator>> (std::basic_istream< C > &is, Guid &guid) |
Input operator. More... | |
Declares ignite::Guid class.