Home Previous Up Next Index

IceGrid::BoxedString

Overview

class BoxedString

A "boxed" string.

Used By

ApplicationUpdateDescriptor::description
NodeUpdateDescriptor::description
NodeUpdateDescriptor::loadFactor

Data Members

string value;

The value of the boxed string.


Home Previous Up Next Index