MPD  0.20.15
Public Member Functions
CommandListBuilder Class Reference

#include <CommandListBuilder.hxx>

Public Member Functions

 CommandListBuilder ()
 
bool IsActive () const
 Is a command list currently being built? More...
 
bool IsOKMode () const
 Is the object in "list_OK" mode? More...
 
void Reset ()
 Reset the object: delete the list and clear the mode. More...
 
void Begin (bool ok)
 Begin building a command list. More...
 
bool Add (const char *cmd)
 
std::list< std::string > && Commit ()
 Finishes the list and returns it. More...
 

Detailed Description

Definition at line 28 of file CommandListBuilder.hxx.

Constructor & Destructor Documentation

◆ CommandListBuilder()

CommandListBuilder::CommandListBuilder ( )
inline

Definition at line 60 of file CommandListBuilder.hxx.

Member Function Documentation

◆ Add()

bool CommandListBuilder::Add ( const char *  cmd)
Returns
false if the list is full

◆ Begin()

void CommandListBuilder::Begin ( bool  ok)
inline

Begin building a command list.

Definition at line 87 of file CommandListBuilder.hxx.

◆ Commit()

std::list<std::string>&& CommandListBuilder::Commit ( )
inline

Finishes the list and returns it.

Definition at line 103 of file CommandListBuilder.hxx.

◆ IsActive()

bool CommandListBuilder::IsActive ( ) const
inline

Is a command list currently being built?

Definition at line 66 of file CommandListBuilder.hxx.

◆ IsOKMode()

bool CommandListBuilder::IsOKMode ( ) const
inline

Is the object in "list_OK" mode?

Definition at line 73 of file CommandListBuilder.hxx.

◆ Reset()

void CommandListBuilder::Reset ( )

Reset the object: delete the list and clear the mode.


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