Wiselib
Public Types | Public Member Functions
wiselib::string_creator< String_P, Allocator_P > Class Template Reference

#include <string_dynamic.h>

List of all members.

Public Types

typedef String_P String
typedef Allocator_P Allocator

Public Member Functions

 string_creator (Allocator &alloc)
String operator() (const char *s)

template<typename String_P, typename Allocator_P>
class wiselib::string_creator< String_P, Allocator_P >


Member Typedef Documentation

template<typename String_P , typename Allocator_P >
typedef Allocator_P wiselib::string_creator< String_P, Allocator_P >::Allocator
template<typename String_P , typename Allocator_P >
typedef String_P wiselib::string_creator< String_P, Allocator_P >::String

Constructor & Destructor Documentation

template<typename String_P , typename Allocator_P >
wiselib::string_creator< String_P, Allocator_P >::string_creator ( Allocator alloc) [inline]

Member Function Documentation

template<typename String_P , typename Allocator_P >
String wiselib::string_creator< String_P, Allocator_P >::operator() ( const char *  s) [inline]

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines