$Id: Cli.h 3096 2005-06-21 20:07:11Z ekuznetsov $ Copyright (c) 2004 DivX, Inc. All rights reserved. This software is the confidential and proprietary information of DivX, Inc., Inc. and may be used only in accordance with the terms of your license from DivX, Inc.
#include "./Settings.h"
#include <string>
#include <ostream>
Go to the source code of this file.
Namespaces | |
namespace | Cli |
Functions | |
void | Cli::render (std::string &cli, const Settings &settings) |
void | Cli::showDisabledSettingsInNextCliRender (void) |
void | Cli::parse (Settings &settings, const std::string &cli) |
std::ostream & | operator<< (std::ostream &stream, const Settings &settings) |
std::istream & | operator>> (std::istream &stream, Settings &settings) |
|
Serialization operator for encoder settings. Renders the current settings to an output stream for storage. This is an alternate front end to Cli::render(). |
|
Serialization operator for encoder settings. Parses the input stream and changes settings accordingly. This is an alternate front end to Cli::parse(). |