mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-04 05:51:27 +12:00
Started the parser.
This commit is contained in:
parent
ed6c294749
commit
b6a0ef207b
12 changed files with 143 additions and 276 deletions
|
@ -6,16 +6,13 @@
|
|||
namespace YAML
|
||||
{
|
||||
class Node;
|
||||
class Parser;
|
||||
|
||||
class Sequence: public Content
|
||||
{
|
||||
public:
|
||||
Sequence(Parser *pParser);
|
||||
Sequence();
|
||||
virtual ~Sequence();
|
||||
|
||||
void Read(Parser *pParser);
|
||||
|
||||
protected:
|
||||
std::vector <Node *> m_data;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue