bindings/python/python-static-persistence.h
author Dmitriy Morozov <dmitriy@mrzv.org>
Thu, 09 Apr 2009 14:39:12 -0700
branchdev
changeset 121 b2103b289f06
parent 104 2cc1db3b98c6
permissions -rw-r--r--
Added categories to some of the issues

#ifndef __PYTHON_STATIC_PERSISTENCE_H__
#define __PYTHON_STATIC_PERSISTENCE_H__

#include <topology/static-persistence.h>

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

#endif