bindings/python/static-persistence.h
author Dmitriy Morozov <dmitriy@mrzv.org>
Tue, 20 Oct 2009 22:05:23 -0700
branchdev
changeset 169 c0bf4675697c
parent 130 580eaa850c4f
child 181 1ee6edc17cb6
permissions -rw-r--r--
Fixed a typo in documentation + added a warning and a tip about GCC 4.2 on a Mac

#ifndef __PYTHON_STATIC_PERSISTENCE_H__
#define __PYTHON_STATIC_PERSISTENCE_H__

#include <topology/static-persistence.h>

namespace dionysus {
namespace python   {

typedef         StaticPersistence<>             SPersistence;
typedef         SPersistence::OrderElement      SPersistenceNode;
typedef         SPersistence::OrderIndex        SPersistenceIndex;

} } // namespace dionysus::python

#endif