Eine aufbereitete Darstellung der Quelle

 
     
 
 
Anforderungen  |   Konzepte  |   Entwurf  |   Entwicklung  |   Qualitätssicherung  |   Lebenszyklus  |   Steuerung
 
 
 
 

Benutzer

Quelle  YearStyle.d.hpp

  Sprache: C
 

#ifndef ICU4X_YearStyle_D_HPP
#define ICU4X_YearStyle_D_HPP

#include <stdio.h>
#include <stdint.h>
#include <stddef.h>
#include <stdbool.h>
#include <memory>
#include <functional>
#include <optional>
#include <cstdlib>
#include "diplomat_runtime.hpp"


namespace icu4x {
namespace capi {
    enum YearStyle {
      YearStyle_Auto = 0,
      YearStyle_Full = 1,
      YearStyle_WithEra = 2,
    };

    typedef struct YearStyle_option {union { YearStyle ok; }; bool is_ok; } YearStyle_option;
// namespace capi
// namespace

namespace icu4x {
/**
 * See the [Rust documentation for `YearStyle`](https://docs.rs/icu/2.1.1/icu/datetime/options/enum.YearStyle.html) for more information.
 */

class YearStyle {
public:
    enum Value {
        Auto = 0,
        Full = 1,
        WithEra = 2,
    };

    YearStyle(): value(Value::Auto) {}

    // Implicit conversions between enum and ::Value
    constexpr YearStyle(Value v) : value(v) {}
    constexpr operator Value() const { return value; }
    // Prevent usage as boolean value
    explicit operator bool() const = delete;

    inline icu4x::capi::YearStyle AsFFI() const;
    inline static icu4x::YearStyle FromFFI(icu4x::capi::YearStyle c_enum);
private:
    Value value;
};

// namespace
#endif // ICU4X_YearStyle_D_HPP

Messung V0.5 in Prozent
C=83 H=100 G=91

¤ Dauer der Verarbeitung: 0.2 Sekunden  ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

PVS Prover

Isabelle Prover

NIST Cobol Testsuite

Cephes Mathematical Library

Vienna Development Method

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.






                                                                                                                                                                                                                                                                                                                                                                                                     


Neuigkeiten

     Aktuelles
     Motto des Tages

Open Source Software

     Quellcodebibliothek
     Eigene Quellcodes
     Fremde Quellcodes
     Suchen

Jenseits des Üblichen ....
    

Besucherstatistik

Besucherstatistik

Statistik
#Sources=277311
#Domains=752002