Clang Project

test_code/sub_testa/testa.cpp
1#include "testa.h"
2
3namespace TXT {
4    void TestAA::initAA(int c) {
5        aadd = c;
6    }
7    
8    int TestAA::test_staticAA() {
9    }
10
11    void TestA::initA(int c) {
12        add = c;
13    }
14    
15    int TestA::test_staticA() {
16    }
17
18}
TXT::TestAA::initAA
TXT::TestAA::test_staticAA
TXT::TestA::initA
TXT::TestA::test_staticA