Searched refs:PyHead (Results 1 - 7 of 7) sorted by relevance

/macosx-10.9.5/tcl-102/tcl_ext/mk4tcl/metakit/python/
H A DPyHead.h0 // PyHead.h --
2 // $Id: PyHead.h 1230 2007-03-09 15:58:53Z jcw $
13 class PyHead: public PyObject { class in inherits:PyObject
15 PyHead(PyTypeObject &t) { function in class:PyHead
H A DPyStorage.h12 #include "PyHead.h"
19 class PyStorage: public PyHead, public c4_Storage {
21 PyStorage(): PyHead(PyStoragetype){}
23 PyHead(PyStoragetype), c4_Storage(strategy_, owned_, mode_){}
24 PyStorage(const char *fnm, int mode): PyHead(PyStoragetype), c4_Storage(fnm,
26 PyStorage(const c4_Storage &storage_): PyHead(PyStoragetype), c4_Storage
29 // : PyHead(PyStoragetype), c4_Storage(fnm, descr) { }
H A DPyProperty.h12 #include "PyHead.h"
18 class PyProperty: public PyHead, public c4_Property {
21 PyProperty(const c4_Property &o): PyHead(PyPropertytype), c4_Property(o){}
22 PyProperty(char t, const char *n): PyHead(PyPropertytype), c4_Property(t, n)
H A DPyRowRef.h12 #include "PyHead.h"
24 class PyRowRef: public PyHead, public c4_RowRef {
H A DPyView.h15 #include "PyHead.h"
38 class PyView: public PyHead, public c4_View {
H A DPyRowRef.cpp110 PyRowRef::PyRowRef(const c4_RowRef &o, int immutable): PyHead(PyRowReftype),
H A DPyView.cpp1338 PyView::PyView(): PyHead(PyViewtype), _base(0), _state(BASE){}
1340 PyView::PyView(const c4_View &o, PyView *owner, int state): PyHead(PyViewtype),

Completed in 76 milliseconds