Aeon Engine c550894
AeonGames Open Source Game Engine
Loading...
Searching...
No Matches
AeonGames::PipelineTool Class Reference

Tool for processing pipeline asset files. More...

#include <C:/Code/AeonEngine/tools/aeontool/PipelineTool.h>

Inheritance diagram for AeonGames::PipelineTool:
Inheritance graph
Collaboration diagram for AeonGames::PipelineTool:
Collaboration graph

Public Member Functions

 PipelineTool ()
 Default constructor.
 ~PipelineTool ()
 Destructor.
int operator() (int argc, char **argv) override
 Execute the pipeline tool.
Public Member Functions inherited from AeonGames::Tool
virtual ~Tool ()=default
 Virtual destructor.

Detailed Description

Tool for processing pipeline asset files.

Definition at line 29 of file PipelineTool.h.

Member Function Documentation

◆ operator()()

int AeonGames::PipelineTool::operator() ( int argc,
char ** argv )
overridevirtual

Execute the pipeline tool.

Parameters
argcArgument count.
argvArgument vector.
Returns
Exit status code.

Implements AeonGames::Tool.

Definition at line 119 of file PipelineTool.cpp.


The documentation for this class was generated from the following files: