The Battle for Wesnoth  1.19.0-dev
Classes | Namespaces | Typedefs
frame_private.hpp File Reference
#include "lexical_cast.hpp"
#include "serialization/string_utils.hpp"
#include <vector>
Include dependency graph for frame_private.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  progressive_base< T, D >
 
class  progressive_pair< T >
 
class  progressive_single< T >
 

Namespaces

 image
 Functions to load and save images from/to disk.
 

Typedefs

using progressive_int = progressive_pair< int >
 
using progressive_double = progressive_pair< double >
 
using progressive_string = progressive_single< std::string >
 
using progressive_image = progressive_single< image::locator >
 

Typedef Documentation

◆ progressive_double

Definition at line 225 of file frame_private.hpp.

◆ progressive_image

Definition at line 228 of file frame_private.hpp.

◆ progressive_int

Definition at line 224 of file frame_private.hpp.

◆ progressive_string

using progressive_string = progressive_single<std::string>

Definition at line 227 of file frame_private.hpp.