• This project
    • Loading...
  • Sign in

안형준 / Ds_worked

%ea%b7%b8%eb%a6%bc1
Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Snippets
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • Ds_worked
  • Project
  • ManageType.cpp
  • 안형준's avatar
    master에는 이내용을 뺌 · e552ac0e
    e552ac0e Browse Files
    안형준 authored 2018-11-20 22:38:38 +0900
ManageType.cpp 194 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11
#include"ManageType.h"
/*
void ManageType::PrintNameNIndex()
{
	if (Isdeleted == false) {

		cout << " : " << mptr->GetName() << endl;
		cout << "Index : " << mptr->GetNum() << endl;
	}
}
*/