blob: 9d3f1d428478ed01e8ac899ac9b648e7d95b46ab [file] [log] [blame]
// --------------------------------------------------------
// Code generated by Papyrus C++
// --------------------------------------------------------
#ifndef CPPCODEGENTEST_CLASS6_H
#define CPPCODEGENTEST_CLASS6_H
/************************************************************
Class6 class header
************************************************************/
#include "CppCodegenTest/Pkg_CppCodegenTest.h"
#include "CppCodegenTest/Class3.h"
#include "CppCodegenTest/Class5.h"
/************************************************************/
/**
* Virtual class inheritance and class instantiation
*/
class Class6: public Class5 {
public:
/**
*
*/
Class3 class3;
};
/************************************************************/
/* External declarations (package visibility) */
/************************************************************/
/* Inline functions */
/************************************************************
End of Class6 class header
************************************************************/
#endif