blob: 03a45babb83e35bcda5528709359d57672f727d0 [file] [log] [blame]
// --------------------------------------------------------
// Code generated by Papyrus C++
// --------------------------------------------------------
#ifndef CPPCODEGENTEST_CLASS5_H
#define CPPCODEGENTEST_CLASS5_H
/************************************************************
Class5 class header
************************************************************/
#include "CppCodegenTest/Pkg_CppCodegenTest.h"
#include "AnsiCLibrary/Pkg_AnsiCLibrary.h"
/************************************************************/
/**
* C++ Virtual Interface
*/
class Class5 {
public:
/**
*
*/
int externalProp;
/**
*
* @return iReturn
*/
virtual int pureVirtualOp() = 0;
/**
*
* @return iReturn
*/
virtual int* pureVirtualConstOp() = 0;
};
/************************************************************/
/* External declarations (package visibility) */
/************************************************************/
/* Inline functions */
/************************************************************
End of Class5 class header
************************************************************/
#endif