xtd 0.2.0
Loading...
Searching...
No Matches
istringable.h
Go to the documentation of this file.
1
4#pragma once
5#define __XTD_CORE_INTERNAL__
7#undef __XTD_CORE_INTERNAL__
8#include "interface.h"
9#include "types.h"
10
12namespace xtd {
24 public:
26
30 virtual xtd::string to_string() const = 0;
32
34 friend std::ostream& operator <<(std::ostream& os, const istringable& obj);
36 };
37}
Contains string definitions.
Represents text as a sequence of character units.
Definition basic_string.h:79
Provides a way to represent the current object as a string.
Definition istringable.h:23
virtual xtd::string to_string() const =0
Gets a string that represents the current object.
#define interface_
This keyword is use to represent an interface.
Definition interface.h:58
Contains xtd::interface interface.
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.h:10
Contains xtd fundamental types.