Pyrogenesis  13997
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Public Attributes | Private Member Functions | List of all members
anonymous_namespace{ProfileViewer.cpp}::DumpTable Struct Reference

Public Member Functions

 DumpTable (ScriptInterface &scriptInterface, CScriptVal root)
 
void operator() (AbstractProfileTable *table)
 
std::vector< std::string > DumpCols (AbstractProfileTable *table)
 
CScriptVal DumpRows (AbstractProfileTable *table)
 

Public Attributes

ScriptInterfacescriptInterface
 
CScriptVal root
 

Private Member Functions

const DumpTableoperator= (const DumpTable &)
 

Detailed Description

Definition at line 488 of file ProfileViewer.cpp.

Constructor & Destructor Documentation

anonymous_namespace{ProfileViewer.cpp}::DumpTable::DumpTable ( ScriptInterface scriptInterface,
CScriptVal  root 
)
inline

Definition at line 492 of file ProfileViewer.cpp.

Member Function Documentation

std::vector<std::string> anonymous_namespace{ProfileViewer.cpp}::DumpTable::DumpCols ( AbstractProfileTable table)
inline

Definition at line 507 of file ProfileViewer.cpp.

CScriptVal anonymous_namespace{ProfileViewer.cpp}::DumpTable::DumpRows ( AbstractProfileTable table)
inline

Definition at line 519 of file ProfileViewer.cpp.

void anonymous_namespace{ProfileViewer.cpp}::DumpTable::operator() ( AbstractProfileTable table)
inline

Definition at line 497 of file ProfileViewer.cpp.

const DumpTable& anonymous_namespace{ProfileViewer.cpp}::DumpTable::operator= ( const DumpTable )
private

Member Data Documentation

CScriptVal anonymous_namespace{ProfileViewer.cpp}::DumpTable::root

Definition at line 491 of file ProfileViewer.cpp.

ScriptInterface& anonymous_namespace{ProfileViewer.cpp}::DumpTable::scriptInterface

Definition at line 490 of file ProfileViewer.cpp.


The documentation for this struct was generated from the following file: