#include "ccpp_Point.h"
#include <c_base.h>
#include <c_misc.h>
#include <c_sync.h>
#include <c_collection.h>
#include <c_field.h>
Go to the source code of this file.
Classes | |
struct | _Point |
Functions | |
c_bool | __Point__copyIn (c_base base, struct Point *from, struct _Point *to) |
void | __Point__copyOut (void *_from, void *_to) |
const char * | __Point__keys (void) |
c_metaObject | __Point__load (c_base base) |
const char * | __Point__name (void) |
c_bool __Point__copyIn | ( | c_base | base, |
struct Point * | from, | ||
struct _Point * | to | ||
) |
Definition at line 23 of file PointSplDcps.cpp.
void __Point__copyOut | ( | void * | _from, |
void * | _to | ||
) |
Definition at line 37 of file PointSplDcps.cpp.
const char* __Point__keys | ( | void | ) |
Definition at line 11 of file PointSplDcps.cpp.
c_metaObject __Point__load | ( | c_base | base | ) |
const char* __Point__name | ( | void | ) |
Definition at line 5 of file PointSplDcps.cpp.