Back to home page

sPhenix code displayed by LXR

 
 

    


Last indexation completed on 2026-04-05 08:17:04 UTC

 
  Name Size Date (UTC) Last indexed Description
  Name Size Date (UTC) Last indexed Description
folder Parent directory - 2026-04-05 08:00:21  
aaa.cpp 83 bytes 2026-04-05 08:00:21 2026-04-05 08:09:00

include "aaa.h" void aaa::print(){ std::cout << constant::ccc << std::endl; }

aaa.h 145 bytes 2026-04-05 08:00:21 2026-04-05 08:09:00

ifndef

bbb.cpp 74 bytes 2026-04-05 08:00:21 2026-04-05 08:09:00

include "bbb.h" bbb::bbb(){ aaa * a = new aaa(); a -> print(); }

bbb.h 115 bytes 2026-04-05 08:00:21 2026-04-05 08:09:00

ifndef

constant.cpp 62 bytes 2026-04-05 08:00:21 2026-04-05 08:09:00

include "constant.h" namespace constant{ int ccc = 10; }

constant.h 89 bytes 2026-04-05 08:00:21 2026-04-05 08:09:00

ifndef