ROOT
6.07/01
Reference Guide
ROOT Home Page
Main Page
Tutorials
User's Classes
Namespaces
All Classes
Files
Release Notes
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
bindings
pyroot
src
Pythonize.h
Go to the documentation of this file.
1
// @(#)root/pyroot:$Id$
2
// Author: Wim Lavrijsen, Jul 2004
3
4
#ifndef PYROOT_PYTHONIZE_H
5
#define PYROOT_PYTHONIZE_H
6
7
// Standard
8
#include <string>
9
10
11
namespace
PyROOT {
12
13
// make the named ROOT class more python-like
14
Bool_t
Pythonize
(
PyObject
* pyclass,
const
std::string&
name
);
15
16
}
// namespace PyROOT
17
18
#endif // !PYROOT_PYTHONIZE_H
Bool_t
bool Bool_t
Definition:
RtypesCore.h:59
name
#define name(a, b)
Definition:
linkTestLib0.cpp:5
PyObject
_object PyObject
Definition:
TPyArg.h:22
PyROOT::Pythonize
Bool_t Pythonize(PyObject *pyclass, const std::string &name)
Definition:
Pythonize.cxx:2268