Prerelease This site documents an alpha of libtmux. Its structure, URLs and APIs are subject to change.

libtmux::mcp::Parameter

C++
  • Python Unavailable
  • Ruby Unavailable
  • Lua Unavailable
  • TypeScript Unavailable
  • Rust Unavailable
  • Go Unavailable
  • Java Unavailable
  • .NET Unavailable
  • C++
  • Swift Unavailable

API reference · Markdown

struct libtmux::mcp::Parameter
struct [source]
struct [source]
struct libtmux::mcp::Parameter

Members

name

name : std::string
attribute [source]
attribute [source]
name

description

description : std::string
attribute [source]
attribute [source]
description

type

type : ArgumentType
attribute [source]
attribute [source]
type

required

required : bool
attribute [source]
attribute [source]
required

minimum

minimum : std::optional< long long >
attribute [source]
attribute [source]
minimum

maximum

maximum : std::optional< long long >
attribute [source]
attribute [source]
maximum

maximum_length

maximum_length : std::optional< std::size_t >
attribute [source]
attribute [source]
maximum_length

allowed_values

allowed_values : std::vector< std::string >
attribute [source]
attribute [source]
allowed_values

allow_empty

allow_empty : bool
attribute [source]
attribute [source]
allow_empty
Esc

Type to search.