You.i Engine
YiSignalConnectionID.h
Go to the documentation of this file.
1 // © You i Labs Inc. 2000-2017. All rights reserved.
2 #ifndef _YI_SIGNAL_CONNECTION_ID_H_
3 #define _YI_SIGNAL_CONNECTION_ID_H_
4 
5 #include "framework/YiPredef.h"
6 
15 {
16 public:
21 
26 
30  bool operator==(const CYISignalConnectionID &other) const;
31 
32 private:
33  CYISignalConnectionID(uint64_t uID);
34 
35  uint64_t m_uID;
36 };
37 
38 #endif
bool operator==(const CYISignalConnectionID &other) const
static CYISignalConnectionID CreateUnique()
An object used to identify a specific CYISignal connection.
Definition: YiSignalConnectionID.h:14