CPP06 1.0
読み取り中…
検索中…
一致する文字列を見つけられません
ScalarConverter クラス

A static class to convert string literals to scalar types. [詳解]

#include <ScalarConverter.hpp>

ScalarConverter 連携図
Collaboration graph

静的公開メンバ関数

static void convert (const std::string &literal)
 The main conversion method.
 

詳解

A static class to convert string literals to scalar types.

This class cannot be instantiated. It provides a single static method to perform conversions.

ScalarConverter.hpp29 行目に定義があります。

関数詳解

◆ convert()

void ScalarConverter::convert ( const std::string literal)
static

The main conversion method.

Detects the type of the literal, converts it, and prints the results for all four scalar types.

引数
literalThe string literal to convert.

ScalarConverter.cpp177 行目に定義があります。


このクラス詳解は次のファイルから抽出されました: