#include <papyrus/papyrus-config.h>
#include <typeinfo>
#include <memory>
#include <functional>
#include <bits/concurrence.h>
#include <ext/mt_allocator.h>
#include <tr1/boost_shared_ptr.h>
Go to the source code of this file.
Defines | |
#define | PapyrusPointer std::tr1::shared_ptr |
#define | PapyrusWeakPointer std::tr1::weak_ptr |
#define | papyrus_static_pointer_cast std::tr1::static_pointer_cast |
#define | papyrus_const_pointer_cast std::tr1::const_pointer_cast |
#define | papyrus_dynamic_pointer_cast std::tr1::dynamic_pointer_cast |
#define papyrus_const_pointer_cast std::tr1::const_pointer_cast |
#define papyrus_dynamic_pointer_cast std::tr1::dynamic_pointer_cast |
Referenced by Papyrus::Gtk::DrawableTreeView::add_drawable(), Papyrus::FreehandSketcher::add_sketchpad(), Papyrus::Group::child(), Papyrus::Group::freeze_children(), Papyrus::Gtk::MarkerWidget::get_marker(), Papyrus::FreehandSketcher::on_button_press(), Papyrus::Polyline::operator=(), Papyrus::Group::select(), Papyrus::Canvas::select(), Papyrus::Gtk::DrawableTreeView::set_drawable(), and Papyrus::Group::thaw_children().
#define papyrus_static_pointer_cast std::tr1::static_pointer_cast |
#define PapyrusPointer std::tr1::shared_ptr |
#define PapyrusWeakPointer std::tr1::weak_ptr |