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