|
|
| File: [Development] / performer / src / pyper / memory.i (download)
Revision 1.1, Mon May 21 21:40:00 2001 UTC (16 years, 5 months ago) by flynnt
Doing some cleanup and adding the pfgtk example and the python wrapper for Performer (pyper). |
// This file contains the public interface from the Performer
// header file pr/pfMemory.h
// This Performer header file is (c) Silicon Graphics, Inc.
// Binding specific code is (c) SARA.
%{
#include <Performer/pr/pfMemory.h>
%}
class pfMemory
{
public:
pfMemory();
~pfMemory();
int ref();
int unref();
int getRef();
};