libdcp
Classes | Namespaces | Functions
subtitle_string.h File Reference

SubtitleString class. More...

#include "types.h"
#include "subtitle.h"
#include "dcp_time.h"
#include <boost/optional.hpp>
#include <string>

Go to the source code of this file.

Classes

class  dcp::SubtitleString
 A single line of subtitle text with all the associated attributes. More...
 

Namespaces

 dcp
 Namespace for everything in libdcp.
 

Functions

bool dcp::operator== (SubtitleString const &a, SubtitleString const &b)
 
bool dcp::operator!= (SubtitleString const &a, SubtitleString const &b)
 
std::ostream & dcp::operator<< (std::ostream &s, SubtitleString const &sub)
 

Detailed Description

SubtitleString class.

Definition in file subtitle_string.h.