CppTest
 All Classes Files Functions Variables Typedefs Macros Groups Pages
Classes | Functions
CppTest.cpp File Reference
#include "stdafx.h"
#include <iostream>
#include <conio.h>
Include dependency graph for CppTest.cpp:

Classes

class  SalesPromotionInfo
 세일즈 프로모션 데이터를 저장하는 구조체. More...
 
class  RootZero
 최상단 루트 클래스 More...
 
class  RootOne
 RootZero로 부터 상속된 테스트 클래스 2. More...
 
class  RootTwo
 RootOne로 부터 상속된 테스트 클래스 3. More...
 
class  RootThree
 RootTwo로 부터 상속된 테스트 클래스 4. More...
 

Functions

RootZerogetRootClassPtr ()
 Root계열 클래스를 생성한다. 그리고 리턴. More...
 
int testFunction (int param_)
 cpp 문법 테스트. if() 괄호 안에 변수를 선언해도 되는가? More...
 
int _tmain (int argc, _TCHAR *argv[])
 프로그램 시작 지점 & \brief에 대한 테스트 More...
 

Detailed Description

C++ 문법과 DoxyGen 문법을 테스트하기 위한 코드

Function Documentation

RootZero* getRootClassPtr ( )

Root계열 클래스를 생성한다. 그리고 리턴.

Returns
RootZero* 타입으로 생성된 포인터를 리턴한다.

Here is the caller graph for this function:

int testFunction ( int  param_)

cpp 문법 테스트. if() 괄호 안에 변수를 선언해도 되는가?

Parameters
[in]param_(> 0) 그냥 실행, (< 0) param_을 그대로 리턴.

< 아쉽게도 if( (int _vv = testFunction(-5)) < 0 ).. 는 안됐다.

Here is the caller graph for this function: