]>
Dogcows Code - chaz/openbox/blob - otk/ustring.cc
1 // -*- mode: C++; indent-tabs-mode: nil; c-basic-offset: 2; -*-
4 # include "../config.h"
5 #endif // HAVE_CONFIG_H
23 ustring::ustring(const ustring
& other
)
24 : _string(other
._string
)
28 ustring
& ustring::operator=(const ustring
& other
)
30 _string
= other
._string
;
34 ustring::ustring(const std::string
& src
)
39 ustring::ustring(const char* src
)
This page took 0.037718 seconds and 5 git commands to generate.