Poco::CodeGeneration::CodeGenerator

struct FwdDecl

File Information

Library: CodeGeneration
Package: CodeGeneration
Header: Poco/CodeGeneration/CodeGenerator.h

Member Summary

Member Functions: operator <

Constructors

FwdDecl

FwdDecl(
    const std::string & inc,
    const std::string & cN,
    const std::string & ns
);

Member Functions

operator <

bool operator < (
    const FwdDecl & other
) const;

Must guarantee that the primary order is by namespace, then by class

Variables

className

std::string className;

fullNameSpace

std::string fullNameSpace;

includeFile

std::string includeFile;