pelib  2.0.0
pelib::CppData Class Reference

#include <CppData.hpp>

Inheritance diagram for pelib::CppData:
[legend]

List of all members.

Public Member Functions

virtual CppDataclone () const =0

Protected Member Functions

const std::string type_name (const std::type_info &type) const

Detailed Description

Base class of classes that generate C++ code from instances derives from pelib::AlgebraData

Definition at line 29 of file CppData.hpp.


Member Function Documentation

virtual CppData* pelib::CppData::clone ( ) const [pure virtual]
const std::string pelib::CppData::type_name ( const std::type_info &  type) const [protected]

Returns the C++ type string to use in a C/C++ source code, associated to a C++ type

Parameters:
typeType of some C++ object obtained thanks to typeid()

Definition at line 36 of file CppData.cpp.


The documentation for this class was generated from the following files: