PLearn 0.1
Static Public Member Functions
PLearn::ConvertToPyObject< char * > Struct Template Reference

#include <PythonObjectWrapper.h>

List of all members.

Static Public Member Functions

static PyObject * newPyObject (const char *x)

Detailed Description

template<>
struct PLearn::ConvertToPyObject< char * >

Definition at line 607 of file PythonObjectWrapper.h.


Member Function Documentation

PyObject * PLearn::ConvertToPyObject< char * >::newPyObject ( const char *  x) [static]

Definition at line 807 of file PythonObjectWrapper.cc.

{
    return PyString_FromString(x);
}

The documentation for this struct was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines