DivXNetworks, Inc.
Main Page | Namespace List | Data Structures | Directories | File List | Namespace Members | Data Fields | Globals | Related Pages

Cli.h File Reference


Detailed Description

$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)


Function Documentation

std::ostream& operator<< std::ostream &  stream,
const 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().

std::istream& operator>> std::istream &  stream,
Settings settings
 

Serialization operator for encoder settings. Parses the input stream and changes settings accordingly. This is an alternate front end to Cli::parse().


Generated on Tue Jan 24 16:43:33 2006 for DivX Codec API Documentation.