My Project
 All Classes Typedefs
EndCode.hpp
1 #pragma once
2 
4 class A
5 {
6 public:
7 
13  typedef int MyInt;
14 };