libdcp
|
TextString class. More...
#include "dcp_time.h"
#include "ruby.h"
#include "text.h"
#include <boost/optional.hpp>
#include <string>
Go to the source code of this file.
Classes | |
class | dcp::TextString |
A single line of subtitle text with all the associated attributes. More... | |
Namespaces | |
dcp | |
Namespace for everything in libdcp. | |
Functions | |
bool | dcp::operator== (TextString const &a, TextString const &b) |
bool | dcp::operator!= (TextString const &a, TextString const &b) |
std::ostream & | dcp::operator<< (std::ostream &s, TextString const &sub) |
TextString class.
Definition in file text_string.h.