Sha256: bb3dbc286a89df40826fbd1ce60afc5306b83277fc0721ef12d319cd66e012e0
Contents?: true
Size: 402 Bytes
Versions: 16
Compression:
Stored size: 402 Bytes
Contents
// -*- c++ -*- #pragma once #ifndef __REFLEX_SRC_POINTER_H__ #define __REFLEX_SRC_POINTER_H__ #include <functional> #include <reflex/pointer.h> namespace Reflex { void Pointer_update_positions ( Pointer* pthis, std::function<void(Point*)> fun); void Pointer_set_id (Pointer* pthis, Pointer::ID id); void Pointer_set_prev (Pointer* pthis, const Pointer* prev); }// Reflex #endif//EOH
Version data entries
16 entries across 16 versions & 1 rubygems