libdcp
Functions
subtitle_asset.cc File Reference

SubtitleAsset class. More...

#include "raw_convert.h"
#include "compose.hpp"
#include "subtitle_asset.h"
#include "subtitle_asset_internal.h"
#include "util.h"
#include "xml.h"
#include "subtitle_string.h"
#include "subtitle_image.h"
#include "dcp_assert.h"
#include "load_font_node.h"
#include "reel_asset.h"
#include <asdcp/AS_DCP.h>
#include <asdcp/KM_util.h>
#include <libxml++/nodes/element.h>
#include <boost/algorithm/string.hpp>
#include <boost/lexical_cast.hpp>
#include <boost/shared_array.hpp>

Go to the source code of this file.

Functions

string string_attribute (xmlpp::Element const *node, string name)
 
optional< string > optional_string_attribute (xmlpp::Element const *node, string name)
 
optional< bool > optional_bool_attribute (xmlpp::Element const *node, string name)
 
template<class T >
optional< T > optional_number_attribute (xmlpp::Element const *node, string name)
 

Detailed Description

SubtitleAsset class.

Definition in file subtitle_asset.cc.