SourcePP
Several modern C++20 libraries for sanely parsing Valve's formats.
Loading...
Searching...
No Matches
toolpp::CmdSeq::Sequence Struct Reference

#include <CmdSeq.h>

Collaboration diagram for toolpp::CmdSeq::Sequence:

Public Attributes

std::string name
 
std::vector< Commandcommands
 

Detailed Description

Definition at line 43 of file CmdSeq.h.

Member Data Documentation

◆ commands

std::vector<Command> toolpp::CmdSeq::Sequence::commands

Definition at line 45 of file CmdSeq.h.

◆ name

std::string toolpp::CmdSeq::Sequence::name

Definition at line 44 of file CmdSeq.h.


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