|
The Assimilation Monitoring Project
|
Implements base class for our object system. More...

Go to the source code of this file.
Functions | |
| FSTATIC void | _assimobj_ref (gpointer self) |
| FSTATIC void | _assimobj_unref (gpointer self) |
| void | _assimobj_finalize (AssimObj *self) |
| FSTATIC char * | _assimobj_toString (gconstpointer self) |
| AssimObj * | assimobj_new (guint objsize) |
Implements base class for our object system.
This class implements reference counting and a toString member function.
This file is part of the Assimilation Project.
The Assimilation software is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with the Assimilation Project software. If not, see http://www.gnu.org/licenses/.
Definition in file assimobj.c.