omni::seq
NAME

omni::seq

A namespace of omni

#include <omni/sequence.hpp>
seq
typedef omni_sequence_t<char> omni::seq::char_t
typedef omni_sequence_t<double> omni::seq::double_t
typedef omni_sequence_t<float> omni::seq::float_t
typedef omni_sequence_t<int> omni::seq::int_t
typedef omni_sequence_t<int16_t> omni::seq::int16_t
typedef omni_sequence_t<int32_t> omni::seq::int32_t
typedef omni_sequence_t<int64_t> omni::seq::int64_t
typedef omni_sequence_t<int8_t> omni::seq::int8_t
typedef omni_sequence_t<long> omni::seq::long_t
typedef omni_sequence_t<short> omni::seq::short_t
typedef omni_sequence_t<std::string> omni::seq::std_string_t
typedef omni_sequence_t<std::wstring> omni::seq::std_wstring_t
typedef omni_sequence_t<omni::string_t> omni::seq::string_t
typedef omni_sequence_t<unsigned char> omni::seq::uchar_t
typedef omni_sequence_t<unsigned int> omni::seq::uint_t
typedef omni_sequence_t<uint16_t> omni::seq::uint16_t
typedef omni_sequence_t<uint32_t> omni::seq::uint32_t
typedef omni_sequence_t<uint64_t> omni::seq::uint64_t
typedef omni_sequence_t<uint8_t> omni::seq::uint8_t
typedef omni_sequence_t<unsigned long> omni::seq::ulong_t
typedef omni_sequence_t<unsigned short> omni::seq::ushort_t
typedef omni_sequence_t<wchar_t> omni::seq::wide_char_t

SYNOPSIS

No synopsis.

top

DESCRIPTION

No description.

top

RETURN VALUES

No return value.

top

ERRORS

No errors specific to this context.

top

CONSIDERATIONS

No extra considerations.

top

PLATFORM SPECIFIC

Nothing platform specific to account for.

top

NOTES

No additional notes.

top

EXAMPLE
Currently no examples.
Visit the examples page for more.

top