HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
HOM_ApexNodeConnection.h
Go to the documentation of this file.
1 /*
2  * PROPRIETARY INFORMATION. This software is proprietary to
3  * Side Effects Software Inc., and is not to be reproduced,
4  * transmitted, or disclosed in any way without written permission.
5  *
6  * COMMENTS:
7  */
8 
9 #ifndef __HOM_ApexNodeConnection_h__
10 #define __HOM_ApexNodeConnection_h__
11 
12 #include "HOM_API.h"
13 #include "HOM_NodeConnection.h"
14 
15 SWIGOUT(%rename(ApexNodeConnection) HOM_ApexNodeConnection;)
16 
18 {
19 public:
22  { HOM_CONSTRUCT_OBJECT(this) }
24  : HOM_NodeConnection(src)
25  { HOM_CONSTRUCT_OBJECT(this) }
27  { HOM_DESTRUCT_OBJECT(this) }
28 
29  int __hash__() override = 0;
30  std::string __repr__() override = 0;
31 
32  virtual int64 sessionId() = 0;
33 };
34 
35 #endif
36 
#define HOM_DESTRUCT_OBJECT(pointer)
Definition: HOM_Module.h:1291
HOM_ApexNodeConnection(const HOM_ApexNodeConnection &src)
GLsizei const GLchar *const * string
Definition: glcorearb.h:814
#define SWIGOUT(x)
Definition: HOM_Defines.h:24
string __repr__(VtArray< T > const &self)
Definition: wrapArray.h:352
#define HOM_API
Definition: HOM_API.h:13
int __hash__() override=0
#define HOM_CONSTRUCT_OBJECT(pointer)
Definition: HOM_Module.h:1290
long long int64
Definition: SYS_Types.h:116
virtual int64 sessionId()=0
OIIO_UTIL_API bool rename(string_view from, string_view to, std::string &err)
GLenum src
Definition: glcorearb.h:1793