Static Public Member Functions | |
| static mixed | MyToString (mixed v) |
| ~ function MyDumpObjList (node,k,v) for k2,obj in pairs(v) do XMLNodeAddChild(node,{name=k,attr={bla=SmartDump(obj)}}) end end | |
| static mixed | MyObj2XMLAttri (mixed obj) |
| static mixed | MyDumpValueList (mixed node, mixed k, mixed v) |
| static mixed | MyDumpObjList (mixed node, mixed k, mixed v) |
| static mixed | MyDumpObj (mixed node, mixed k, mixed obj) |
| static mixed | MyHexDumpNode (mixed offset, mixed len) |
| static mixed | MyNode (mixed tagname, mixed obj) |
Definition at line 3962 of file lua_pseudo_code.cpp.
| static mixed granny_loader::MyToString | ( | mixed | v | ) | [inline, static] |
~ function MyDumpObjList (node,k,v) for k2,obj in pairs(v) do XMLNodeAddChild(node,{name=k,attr={bla=SmartDump(obj)}}) end end
Definition at line 3965 of file lua_pseudo_code.cpp.
| static mixed granny_loader::MyObj2XMLAttri | ( | mixed | obj | ) | [inline, static] |
Definition at line 3967 of file lua_pseudo_code.cpp.
| static mixed granny_loader::MyDumpValueList | ( | mixed | node, | |
| mixed | k, | |||
| mixed | v | |||
| ) | [inline, static] |
Definition at line 3969 of file lua_pseudo_code.cpp.
| static mixed granny_loader::MyDumpObjList | ( | mixed | node, | |
| mixed | k, | |||
| mixed | v | |||
| ) | [inline, static] |
Definition at line 3971 of file lua_pseudo_code.cpp.
| static mixed granny_loader::MyDumpObj | ( | mixed | node, | |
| mixed | k, | |||
| mixed | obj | |||
| ) | [inline, static] |
Definition at line 3973 of file lua_pseudo_code.cpp.
| static mixed granny_loader::MyHexDumpNode | ( | mixed | offset, | |
| mixed | len | |||
| ) | [inline, static] |
Definition at line 3975 of file lua_pseudo_code.cpp.
| static mixed granny_loader::MyNode | ( | mixed | tagname, | |
| mixed | obj | |||
| ) | [inline, static] |
Definition at line 3977 of file lua_pseudo_code.cpp.
1.5.6