blob: acd17cd7b676417d39605aaa17559e7dae672f1b [file] [log] [blame]
// --------------------------------------------------------
// Code generated by Papyrus C
// --------------------------------------------------------
// This template is called by the main module file
/*
* File generated from the CCodegenTest::Class5 uml class
* Generated by the Papyrus C Generator (CEA LIST)
*
*/
// include of the self header
/* include header file*/
#include "Class5.h"
// Generate import of class ---------------------------------------------
/* "startUserCode" to add imports */
/* "endUserCode" to add imports */
// ----------------------------------Private and Protected Global VariableDescription----------------------------------
// ----------------------------------Private and Protected Class Functions----------------------------------
/*
*------Private/Protected Function Declarations-----
*/
// ----------------------------------Private and Protected Global Functions----------------------------------
// ----------------------------------Implementation of the class constructor and destructor----------
/*
*--Default constructor & destructor implementations-
*/
Class5* Class5_create() {
Class5* self = (Class5*) malloc(sizeof(Class5));
return self;
}
// default destructor
void Class5_destroy(Class5* self) {
free(self);
}
// ----------------------------------Initialisation function implementation----------------------------------
// ----------------------------------Function Implementation----------------------------------
/*
*--------------Function Implementation-------------
*/
int Class5_pureVirtualOp(Class5 *self) {
}
int*
Class5_pureVirtualConstOp(Class5 *self) {
}