temporarily blocked for compilation: mainspaceparser, jsontospaceparser, spaceparser, spacetojson
This commit is contained in:
@@ -47,6 +47,8 @@
|
|||||||
namespace PT
|
namespace PT
|
||||||
{
|
{
|
||||||
|
|
||||||
|
#ifdef nonexisting_value
|
||||||
|
|
||||||
|
|
||||||
MainSpaceParser::MainSpaceParser()
|
MainSpaceParser::MainSpaceParser()
|
||||||
{
|
{
|
||||||
@@ -290,6 +292,7 @@ size_t MainSpaceParser::RequireOption(const std::wstring & arg)
|
|||||||
return res;
|
return res;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
} // namespace
|
} // namespace
|
||||||
|
@@ -46,6 +46,8 @@
|
|||||||
namespace PT
|
namespace PT
|
||||||
{
|
{
|
||||||
|
|
||||||
|
#ifdef nonexisting_value
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
a very little parser for main(int argc, char ** argv) parameters
|
a very little parser for main(int argc, char ** argv) parameters
|
||||||
@@ -93,6 +95,7 @@ private:
|
|||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
} // namespace
|
} // namespace
|
||||||
|
|
||||||
|
@@ -44,6 +44,7 @@
|
|||||||
namespace PT
|
namespace PT
|
||||||
{
|
{
|
||||||
|
|
||||||
|
#ifdef nonexisting_value
|
||||||
|
|
||||||
|
|
||||||
JSONToSpaceParser::JSONToSpaceParser()
|
JSONToSpaceParser::JSONToSpaceParser()
|
||||||
@@ -861,7 +862,7 @@ int JSONToSpaceParser::ReadChar()
|
|||||||
return lastc;
|
return lastc;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
} // namespace
|
} // namespace
|
||||||
|
|
||||||
|
@@ -46,6 +46,7 @@
|
|||||||
namespace PT
|
namespace PT
|
||||||
{
|
{
|
||||||
|
|
||||||
|
#ifdef nonexisting_value
|
||||||
|
|
||||||
|
|
||||||
class JSONToSpaceParser
|
class JSONToSpaceParser
|
||||||
@@ -353,6 +354,8 @@ private:
|
|||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
} // namespace
|
} // namespace
|
||||||
|
|
||||||
|
@@ -44,6 +44,7 @@
|
|||||||
namespace PT
|
namespace PT
|
||||||
{
|
{
|
||||||
|
|
||||||
|
#ifdef nonexisting_value
|
||||||
|
|
||||||
|
|
||||||
SpaceParser::SpaceParser()
|
SpaceParser::SpaceParser()
|
||||||
@@ -667,6 +668,8 @@ return lastc;
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
} // namespace
|
} // namespace
|
||||||
|
|
||||||
|
@@ -46,6 +46,7 @@
|
|||||||
namespace PT
|
namespace PT
|
||||||
{
|
{
|
||||||
|
|
||||||
|
#ifdef nonexisting_value
|
||||||
|
|
||||||
|
|
||||||
class SpaceParser
|
class SpaceParser
|
||||||
@@ -318,6 +319,8 @@ private:
|
|||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
} // namespace
|
} // namespace
|
||||||
|
|
||||||
|
@@ -41,6 +41,8 @@
|
|||||||
namespace PT
|
namespace PT
|
||||||
{
|
{
|
||||||
|
|
||||||
|
#ifdef nonexisting_value
|
||||||
|
|
||||||
|
|
||||||
void SpaceToJSON::Clear()
|
void SpaceToJSON::Clear()
|
||||||
{
|
{
|
||||||
@@ -107,7 +109,7 @@ bool SpaceToJSON::IsTable(const std::wstring & name)
|
|||||||
return i != table.end();
|
return i != table.end();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@@ -48,6 +48,8 @@
|
|||||||
namespace PT
|
namespace PT
|
||||||
{
|
{
|
||||||
|
|
||||||
|
#ifdef nonexisting_value
|
||||||
|
|
||||||
|
|
||||||
class SpaceToJSON
|
class SpaceToJSON
|
||||||
{
|
{
|
||||||
@@ -262,7 +264,7 @@ void SpaceToJSON::Serialize(Space & space, Stream & out, bool use_indents)
|
|||||||
Serialize(space, out, use_indents, 0, false, treat_as_table, true);
|
Serialize(space, out, use_indents, 0, false, treat_as_table, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
} // namespace
|
} // namespace
|
||||||
|
Reference in New Issue
Block a user