Browse
 
Tools
Rss Categories

LVSemanticArray::LVSemanticArray

Reference Number: AA-00946 Views: 6196 0 Rating/ Voters

LVSemanticArray constructor.

Functions

  • LVSemanticArray(void)

    LVSemanticArray(const LVSemanticArray &other;)

Parameters

other

The semantic array to be copied.

Example

C++ Code

  1. // The first of these constructors creates an empty LVSemanticArray object.
  2. LVSemanticArray arrayObjectOne;

  3. // The second copies the information from an existing object into a new one.
  4. LVSemanticArray arrayObjectTwo(arrayObjectOne);

See Also