Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
CPPEnum.h
Go to the documentation of this file.
1#ifndef CPYCPPYY_CPPENUM_H
2#define CPYCPPYY_CPPENUM_H
3
4
5namespace CPyCppyy {
6
7// CPPEnum does not carry any additional C-side data for now, but can be of
8// several types, based on the declared or compile-dependent types chosen.
10
11//- creation -----------------------------------------------------------------
12CPPEnum* CPPEnum_New(const std::string& name, Cppyy::TCppScope_t scope);
13
14} // namespace CPyCppyy
15
16#endif // !CPYCPPYY_CPPENUM_H
_object PyObject
char name[80]
Definition TGX11.cxx:110
CPPEnum * CPPEnum_New(const std::string &name, Cppyy::TCppScope_t scope)
Definition CPPEnum.cxx:133
PyObject CPPEnum
Definition CPPEnum.h:9
size_t TCppScope_t
Definition cpp_cppyy.h:18