![]() |
|
|||
File indexing completed on 2025-08-06 08:17:56
0001 #pragma once 0002 0003 #include "DumpObject.h" 0004 0005 #include <string> 0006 0007 class PHNode; 0008 0009 class DumpTowerBackground : public DumpObject 0010 { 0011 public: 0012 explicit DumpTowerBackground(const std::string &NodeName); 0013 ~DumpTowerBackground() override {} 0014 0015 protected: 0016 int process_Node(PHNode *mynode) override; 0017 };
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
![]() ![]() |